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

Add autocompletion for password reset #27949

Merged

Commits on Oct 22, 2021

  1. Add autocompletion for password reset

    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 <carl@carlschwan.eu>
    Co-Authored-By: Julien Veyssier <eneiluj@posteo.net>
    Co-Authored-By: Pytal <24800714+Pytal@users.noreply.github.com>
    3 people committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    b7a35af View commit details
    Browse the repository at this point in the history