π 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.
π Features
- Add 2FA/TOTP option to User accounts (#4286) @pglombardo
π₯ List of contributors
π₯οΈ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
πββοΈ 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:
docker compose up -dOpen https://pwpush.example.com or alternatively http://your-ip:5100.