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

BUG: autocomplete in Neos password update #4944

Open
1 task done
73nici opened this issue Mar 14, 2024 · 1 comment
Open
1 task done

BUG: autocomplete in Neos password update #4944

73nici opened this issue Mar 14, 2024 · 1 comment
Assignees
Labels

Comments

@73nici
Copy link

73nici commented Mar 14, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

If a password for another user has been updated via the Neos backend UI and a password manager (BitWarden) is used, pre-filled passwords may occur. (The prefilled passwords are not suggestions)

image

Expected Behavior

Autocomplete and autofill should not be available for setting a new password.

Steps To Reproduce

  1. Open Neos Backend UI
  2. Edit an existing user
  3. Open the account edit page
  4. Password and password confirmation are filled if BitWarden with autofill on page load is used

Environment

- Neos: 8.3.9
- PHP: 8.1.27

Anything else?

This should be fixable by setting additionalAttributes="{autocomplete: 'new-password'}" for <f:form.password in
Packages/Neos/Neos.Neos/Resources/Private/Partials/Module/Shared/EditAccount.html

@73nici 73nici added the Bug label Mar 14, 2024
@mhsdesign
Copy link
Member

ja

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

No branches or pull requests

4 participants