We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, There is a proposed Well-Known url for password change (alrady implemented in some password manager)
Well-Known
A Well-Known URL for Changing Passwords W3C First Public Working Draft, 27 September 2022
When someone request .well-known/change-password he must be redirected (HTTP response 302, 303 or 307) to a page where he can change it's password.
.well-known/change-password
To keep it straight foward, when someone is signed out, he should be redirected to a login page, then to the change password page.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
There is a proposed
Well-Known
url for password change (alrady implemented in some password manager)A Well-Known URL for Changing Passwords
W3C First Public Working Draft, 27 September 2022
When someone request
.well-known/change-password
he must be redirected (HTTP response 302, 303 or 307) to a page where he can change it's password.To keep it straight foward, when someone is signed out, he should be redirected to a login page, then to the change password page.
The text was updated successfully, but these errors were encountered: