Skip to content
All tools

/change-password-checker

Change-Password URL Checker

Check whether a site publishes a well-known change-password URL.

Try:

About Change-Password URL Checker

Change-Password URL Checker looks for a URL at the standard /.well-known/change-password location, a convention that lets a password manager send a user directly to the right page when it flags a password as compromised or reused.

Use this to confirm the convention is actually wired up correctly after adding it to a site, since password managers rely on this exact path and silently fall back to guessing if it is not present.

Most sites do not implement this yet, so not finding one is common rather than alarming. It is a relatively new convention, and this check is most useful for confirming your own implementation works as intended.