This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
Include an invisible username field in password change forms #3032
Labels
A-Account-Management
Related to self-service account management
A-GraphQL
Changes to the GraphQL API
A-Local-Password
Related to the local password database
We had that originally in the server-side rendered password recovery form: if you include a hidden
<input type="text" value="alice" autocomplete="username" />
so that password manager can detect which account the password was just changed.This means:
The text was updated successfully, but these errors were encountered: