| Name | Modified | Size | Downloads / 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
- 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.