pixelfed/app/Http
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
..
Controllers Fix starting check of username to allow numbers. 2021-09-16 22:36:30 -07:00
Middleware Update verify email screen, add contact admin link 2021-06-13 00:37:54 -06:00
Kernel.php Update middleware, add AccountInterstitial support 2020-12-09 21:59:16 -07:00