mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-26 01:36:43 +00:00
31330e0aed
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. |
||
---|---|---|
.. | ||
Controllers | ||
Middleware | ||
Kernel.php |