mastodon/app/views/auth/registrations
ThibG 7dc4c74265
Add client-side validation in password change forms (#14564)
* 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
2020-08-12 12:11:15 +02:00
..
_sessions.html.haml Change unconfirmed user login behaviour (#11375) 2019-07-22 10:48:50 +02:00
_status.html.haml Add account migration UI (#11846) 2019-09-19 20:58:19 +02:00
edit.html.haml Add client-side validation in password change forms (#14564) 2020-08-12 12:11:15 +02:00
new.html.haml Add client-side validation in password change forms (#14564) 2020-08-12 12:11:15 +02:00