Download Latest Version v2.2.1_ Dependency _ Security Updates source code.tar.gz (10.1 MB)
Email in envelope

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

Home / v2.1.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-03-21 1.8 kB
v2.1.0_ New Two-factor Authentication source code.tar.gz 2026-03-21 10.0 MB
v2.1.0_ New Two-factor Authentication source code.zip 2026-03-21 10.8 MB
Totals: 3 Items   20.7 MB 0

:memo: What’s Changed

This release adds 2FA/TOTP to the application which users can enable under Account --> Edit Login Details.

Additionally, there is a new CLI inside the container at /opt/PasswordPusher/bin/disable_two_factor which admins can use to disable 2FA on accounts.

Documentation on the feature is here.

Screenshot 2026-03-21 at 02 29 07

:rocket: Features

  • Add 2FA/TOTP option to User accounts (#4286) @pglombardo

:busts_in_silhouette: List of contributors

@pglombardo

: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-03-21