mirror of https://github.com/pixelfed/pixelfed
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.
The check for the first letter of username used to be !ctype_alpha, but the error message says "Must start with a letter or number." Updated check to be !ctype_alnum, to be coherent with the error message. |
4 years ago | |
---|---|---|
.. | ||
ForgotPasswordController.php | ||
LoginController.php | ||
RegisterController.php | 4 years ago | |
ResetPasswordController.php |