pixelfed/app/Http/Controllers/Auth
Rodrigo Fonseca 31330e0aed
Fix starting check of username to allow numbers.
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.
2021-09-16 22:36:30 -07:00
..
ForgotPasswordController.php Add Laravel Framework 2018-04-15 17:56:48 -06:00
LoginController.php Add hCaptcha 2020-12-12 21:04:59 -07:00
RegisterController.php Fix starting check of username to allow numbers. 2021-09-16 22:36:30 -07:00
ResetPasswordController.php Add Laravel Framework 2018-04-15 17:56:48 -06:00