π 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!
π Features
- Latest Language Strings (#4373) @pglombardo
- π Add require_mfa setting to enforce two-factor authentication (#4336) @Churfala
β¬οΈ Dependencies updates
- β¬οΈ Bump selenium-webdriver from 4.41.0 to 4.43.0 (#4370) @dependabot[bot]
π₯ List of contributors
@Churfala, @dependabot[bot], @pglombardo and dependabot[bot]
π₯οΈ 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.