Set autocomplete attr for email field on signup page (#19833)

The email address will be used as the "username" for sign-in purposes, so it's the value that should be stored in password managers. We can inform the password manager of this by setting `autocomplete="email"`. Without this hint, password managers may instead store the `username` field, which isn't valid for sign-in (this happens with iCloud Keychain in Safari, for instance).
This commit is contained in:
rcombs 2022-11-06 20:16:10 -06:00 committed by GitHub
parent bd220c32f1
commit e53fc34e9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -19,7 +19,7 @@