Skip to content
New issue

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

Include an invisible username field in password change forms #3032

Open
matrixbot opened this issue Sep 10, 2024 · 0 comments
Open

Include an invisible username field in password change forms #3032

matrixbot opened this issue Sep 10, 2024 · 0 comments
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

Comments

@matrixbot
Copy link
Collaborator

This issue was originally created by @sandhose at matrix-org/matrix-authentication-service#3032.

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:

  • we need an anonymous GraphQL API to fetch infos about the recovery ticket
  • we need to implement that on the password recovery form
  • we need to implement that on the password change form (easier because we already know the user here)
@matrixbot matrixbot added 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 labels Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant