Download Latest Version v2.4.3_ Re-blur Payloads after 20 seconds source code.tar.gz (10.3 MB)
Email in envelope

Get an email when there's a new version of Password Pusher

Home / v2.4.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-13 1.9 kB
v2.4.0_ New Require Two-Factor Authentication Option source code.tar.gz 2026-04-13 10.3 MB
v2.4.0_ New Require Two-Factor Authentication Option source code.zip 2026-04-13 11.1 MB
Totals: 3 Items   21.4 MB 0

:memo: What’s Changed

This release adds a new require_mfa setting that forces all users of the application to enable two-factor authentication for their account. Note that this affects the API too.

The new option is documented here. (PWP__REQUIRE_MFA=true)

Thanks @Churfala for the PR!

:rocket: Features

  • Latest Language Strings (#4373) @pglombardo
  • :lock: Add require_mfa setting to enforce two-factor authentication (#4336) @Churfala

:arrow_up: Dependencies updates

  • :arrow_up: Bump selenium-webdriver from 4.41.0 to 4.43.0 (#4370) @dependabot[bot]

:busts_in_silhouette: List of contributors

@Churfala, @dependabot[bot], @pglombardo and dependabot[bot]

:motor_boat: Docker Images

Available on Docker Hub: https://hub.docker.com/r/pglombardo/pwpush

:running_man: Run This Version

  1. Point DNS to your server (e.g. pwpush.example.com).
  2. Download docker-compose.yml or clone the repo.
  3. In docker-compose.yml, uncomment and set:
  4. TLS_DOMAIN: 'pwpush.example.com' for automatic Let’s Encrypt TLS.
  5. Run:

    :::bash docker compose up -d

Open https://pwpush.example.com or alternatively http://your-ip:5100.

Source: README.md, updated 2026-04-13