-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Set autocomplete property on login form fields #22023
Conversation
My only concern would be password managers. If they still work as expected with this change then I'm happy to merge this. If this prevents autofill by password managers then I would rather document this as an exception. |
Absolutely, either outcome would be good 👍 |
Not sure, why the autocomplete attribute is missing on the login form. I was pretty sure that this would already be the case. |
This issue is in "needs review" but there has been no activity for 7 days. ping @matomo-org/core-reviewers |
46ad1a7
to
6cc98dd
Compare
6cc98dd
to
11131b6
Compare
Description:
This PR sets
autocomplete='current-password'
for the password field andautocomplete='username'
for the userlogin field on the main Matomo login page as the missing property sometime gets flagged as a security risk by security software.Based on this this comment from a previous issue we should have
autocomplete
property set on all password fields.Fixes #22020
Review