stable

Clone or download

Read-only

Site administrators can see the status of the breached password detection

The option is not yet editable directly from the web UI, it is still needed to play directly with the DB as explained in commit b433800d737d921faad2e92502fbcbe604f8e5b8. This is part of story #11182: prevent users to use a breached password Change-Id: I330ca9d63c9de9462d3be55ad5d4184855f84508

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +32 −0 Go to diff View file
M site-content/tuleap-core.pot +24 −0 Go to diff View file
M src/common/Request/FrontRouter.php +10 −0 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
A src/common/password/Administration/PasswordPolicyDisplayController.php +71 −0 Go to diff View file
A src/common/password/Administration/PasswordPolicyPresenter.php +34 −0 Go to diff View file
A src/templates/admin/password/password_policy.mustache +30 −0 Go to diff View file
M src/templates/admin/sidebar_configuration.mustache +1 −0 Go to diff View file