mastodon/app/views/auth
ThibG 7dc4c74265
Add client-side validation in password change forms ()
* Fix client-side username validation at registration

It used the Account::USERNAME_RE regexp which is for *remote* users,
local user validation is stricter. Also take into account max username length.

* Add client-side form validation for password change

* Add client-side form validation to dedicated registration form

Previous changes only applied to the /about page, not the dedicated form on
/auth
..
challenges Add password challenge to 2FA settings, e-mail notifications ()
confirmations Change unconfirmed user login behaviour ()
passwords Add client-side validation in password change forms ()
registrations Add client-side validation in password change forms ()
sessions Add e-mail-based sign in challenge for users with disabled 2FA ()
setup Change account deletion page to have better explanations ()
shared Add password challenge to 2FA settings, e-mail notifications ()