Set a redirect from /.well-known/change-password to the change password page (/settings/security). This will enable password managers to navigate your users directly to that page.
User Problem
Currently when use click on Change Password from their password manager (like Google Chrome saved Password) then they are redirected to /.well-known/change-password and later get redirected to /.
Implementation
Expected implementation suggested by @ulfgebhardt would be a redirect to /settings/security (password change page) when visit /.well-known/change-password
Validation
It can be validated once user is able to redirect to password change page
:rocket: Feature
Set a redirect from
/.well-known/change-password
to the change password page (/settings/security
). This will enable password managers to navigate your users directly to that page.User Problem
Currently when use click on
Change Password
from their password manager (like Google Chrome saved Password) then they are redirected to/.well-known/change-password
and later get redirected to/
.Implementation
Expected implementation suggested by @ulfgebhardt would be a redirect to
/settings/security
(password change page) when visit/.well-known/change-password
Validation
It can be validated once user is able to redirect to password change page
Additional context
https://w3c.github.io/webappsec-change-password-url/ https://web.dev/change-password-url/