This repository has been archived on 2024-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/views/auth/registrations
rcombs e53fc34e9a
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).
2022-11-07 03:16:10 +01:00
..
_account_warning.html.haml
_sessions.html.haml
_status.html.haml
edit.html.haml Remove setting that disables account deletes (#17683) 2022-10-06 10:16:47 +02:00
new.html.haml Set autocomplete attr for email field on signup page (#19833) 2022-11-07 03:16:10 +01:00
rules.html.haml Fix invites (#19560) 2022-10-30 19:04:39 +01:00