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

Avoid browsers prompting for storing new password #74

Open
cmaudoux opened this issue Feb 6, 2023 · 2 comments · May be fixed by #83
Open

Avoid browsers prompting for storing new password #74

cmaudoux opened this issue Feb 6, 2023 · 2 comments · May be fixed by #83
Labels
enhancement New feature or request
Milestone

Comments

@cmaudoux
Copy link
Contributor

cmaudoux commented Feb 6, 2023

Admin reset user's password.

Browser proposes to store new password.

Maybe use text input type text instead of input type password and obfuscate by using JS.

@cmaudoux cmaudoux changed the title Append an option to avoid browser tprompting for storing new password Append an option to avoid browser prompting for storing new password Feb 6, 2023
@cmaudoux cmaudoux changed the title Append an option to avoid browser prompting for storing new password Append an option to avoid that browsers prompt for storing new password Feb 6, 2023
@coudot coudot added this to the Backlog milestone Mar 9, 2023
@coudot
Copy link
Member

coudot commented Mar 9, 2023

I am not very enthusiast of using a text input field.

The best practice is to use the autocomplete property with "new-password" value, see https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion

@coudot coudot modified the milestones: Backlog, 0.5 Mar 9, 2023
@coudot coudot added the enhancement New feature or request label Mar 9, 2023
@coudot coudot linked a pull request Mar 9, 2023 that will close this issue
@coudot coudot changed the title Append an option to avoid that browsers prompt for storing new password Avoid browsers prompting for storing new password Mar 9, 2023
@coudot coudot modified the milestones: 0.5, 0.6 Apr 24, 2023
@coudot
Copy link
Member

coudot commented Apr 24, 2023

The latest workaround does not seem to work either. Postponing this issue as the browser behavior is quite hard to trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants