mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
* 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 |
||
|---|---|---|
| .. | ||
| about.js | ||
| admin.js | ||
| application.js | ||
| error.js | ||
| mailer.js | ||
| public.js | ||
| share.js | ||