You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/views/about
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
5 years ago
..
_domain_blocks.html.haml Fix long domain block descriptions breaking table layout (#12029) 5 years ago
_login.html.haml Fix duplicate HTML ids in /about (#11803) 5 years ago
_registration.html.haml Add client-side validation in password change forms (#14564) 5 years ago
more.html.haml Improve wording and add titles on moderated servers section in /about/more (#13930) 5 years ago
show.html.haml Fix some account avatars on public pages having incorrect size (#13692) 5 years ago
terms.html.haml Update /terms and /about/more to use public layout (#8142) 7 years ago