stable

Clone or download

Read-only

request #16639: Add support of a well known URL for changing password

This helps tools to determine where the password can be changed. See https://wicg.github.io/change-password-url/. To test, access GET /.well-known/change-password with a logged in user, you should be redirected to the page where you can change your password. Change-Id: Id17e766b304c9ca83b7a1a38bbdd58e67ff144d6

Modified Files

Name
M src/common/Request/RouteCollector.php +13 −0 Go to diff View file
A src/common/User/Account/UserWellKnownChangePasswordController.php +97 −0 Go to diff View file
A tests/unit/common/User/Account/UserWellKnownChangePasswordControllerTest.php +104 −0 Go to diff View file