-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Changing the password does not work properly on macOS/Safari #27885
Labels
Comments
CarlSchwan
added a commit
to CarlSchwan/server
that referenced
this issue
Jul 13, 2021
Using autocomplete="current-password" and autocomplete="new-password" will help browser with integrated password managers to generate safe password for the users. See https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/password#allowing_autocomplete. Close nextcloud#27885 Signed-off-by: Carl Schwan <[email protected]>
Hi svdwal, Edit: wrong link |
CarlSchwan
added a commit
to CarlSchwan/server
that referenced
this issue
Jul 13, 2021
Using autocomplete="current-password" and autocomplete="new-password" will help browser with integrated password managers to generate safe password for the users. See https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/password#allowing_autocomplete. Also unify autocapitalize="none" autocorrect="off" behavior in a few other places for password input fields. Close nextcloud#27885 Signed-off-by: Carl Schwan <[email protected]>
CarlSchwan
added a commit
to CarlSchwan/server
that referenced
this issue
Jul 13, 2021
Using autocomplete="current-password" and autocomplete="new-password" will help browser with integrated password managers to generate safe password for the users. See https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/password#allowing_autocomplete. Also unify autocapitalize="none" autocorrect="off" behavior in a few other places for password input fields. Close nextcloud#27885 Signed-off-by: Carl Schwan <[email protected]>
npmbuildbot-nextcloud bot
pushed a commit
to CarlSchwan/server
that referenced
this issue
Jul 13, 2021
Using autocomplete="current-password" and autocomplete="new-password" will help browser with integrated password managers to generate safe password for the users. See https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/password#allowing_autocomplete. Also unify autocapitalize="none" autocorrect="off" behavior in a few other places for password input fields. Close nextcloud#27885 Signed-off-by: Carl Schwan <[email protected]> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
CarlSchwan
added a commit
to CarlSchwan/server
that referenced
this issue
Jul 14, 2021
Using autocomplete="current-password" and autocomplete="new-password" will help browser with integrated password managers to generate safe password for the users. See https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/password#allowing_autocomplete. Also unify autocapitalize="none" autocorrect="off" behavior in a few other places for password input fields. Close nextcloud#27885 Signed-off-by: Carl Schwan <[email protected]> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Co-authored-by: Pytal <[email protected]>
szaimen
pushed a commit
to CarlSchwan/server
that referenced
this issue
Jul 14, 2021
Using autocomplete="current-password" and autocomplete="new-password" will help browser with integrated password managers to generate safe password for the users. See https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/password#allowing_autocomplete. Also unify autocapitalize="none" autocorrect="off" behavior in a few other places for password input fields. Close nextcloud#27885 Signed-off-by: Carl Schwan <[email protected]> Co-Authored-By: Julien Veyssier <[email protected]> Co-Authored-By: Pytal <[email protected]>
npmbuildbot-nextcloud bot
pushed a commit
to CarlSchwan/server
that referenced
this issue
Jul 14, 2021
Using autocomplete="current-password" and autocomplete="new-password" will help browser with integrated password managers to generate safe password for the users. See https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/password#allowing_autocomplete. Also unify autocapitalize="none" autocorrect="off" behavior in a few other places for password input fields. Close nextcloud#27885 Signed-off-by: Carl Schwan <[email protected]> Co-Authored-By: Julien Veyssier <[email protected]> Co-Authored-By: Pytal <[email protected]> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
szaimen
pushed a commit
to CarlSchwan/server
that referenced
this issue
Jul 14, 2021
Using autocomplete="current-password" and autocomplete="new-password" will help browser with integrated password managers to generate safe password for the users. See https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/password#allowing_autocomplete. Also unify autocapitalize="none" autocorrect="off" behavior in a few other places for password input fields. Close nextcloud#27885 Signed-off-by: Carl Schwan <[email protected]> Co-Authored-By: Julien Veyssier <[email protected]> Co-Authored-By: Pytal <[email protected]>
artonge
pushed a commit
that referenced
this issue
Jul 19, 2021
Using autocomplete="current-password" and autocomplete="new-password" will help browser with integrated password managers to generate safe password for the users. See https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/password#allowing_autocomplete. Also unify autocapitalize="none" autocorrect="off" behavior in a few other places for password input fields. Close #27885 Signed-off-by: Carl Schwan <[email protected]> Co-Authored-By: Julien Veyssier <[email protected]> Co-Authored-By: Pytal <[email protected]>
CarlSchwan
added a commit
to CarlSchwan/server
that referenced
this issue
Oct 22, 2021
Using autocomplete="current-password" and autocomplete="new-password" will help browser with integrated password managers to generate safe password for the users. See https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/password#allowing_autocomplete. Also unify autocapitalize="none" autocorrect="off" behavior in a few other places for password input fields. Close nextcloud#27885 Signed-off-by: Carl Schwan <[email protected]> Co-Authored-By: Julien Veyssier <[email protected]> Co-Authored-By: Pytal <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In particular, Safari enters a new, strong password in the old password field. This makes it impossible to change to a new, automatically generated strong password that is immediately kept safe in the macOS keychain.
Generally, websites use three fields, the first one the old password and the next two the new passwords (which must be identical). I urge you to adopt that pattern as well, or instrument the password fields so Safari can work its password convenience magic properly.
The text was updated successfully, but these errors were encountered: