| Name | Modified | Size | Downloads / 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.
: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
- Point DNS to your server (e.g.
pwpush.example.com). - Download docker-compose.yml or clone the repo.
- In
docker-compose.yml, uncomment and set: TLS_DOMAIN: 'pwpush.example.com'for automatic Let’s Encrypt TLS.-
Run:
:::bash docker compose up -d
Open https://pwpush.example.com or alternatively http://your-ip:5100.