DragonByte Tech
Well-known member
See the spec here: https://github.com/WICG/change-password-url | https://wicg.github.io/change-password-url/
Essentially, all you need to do is add a new route:
It's used by password managers (at the time of writing only supported by Safari and iCloud Keychain as it was developed by an Apple engineer) to tell users where to change their passwords in the event of a breach. Many password managers have integration with HIBP or similar services to alert you of a breach, and support for
Essentially, all you need to do is add a new route:
.well-known/change-password
whose controller has a 302 redirect to account/security
. That's it It's used by password managers (at the time of writing only supported by Safari and iCloud Keychain as it was developed by an Apple engineer) to tell users where to change their passwords in the event of a breach. Many password managers have integration with HIBP or similar services to alert you of a breach, and support for
.well-known/change-password
will be the logical next step.
Upvote
26