mirror of https://github.com/pixelfed/pixelfed
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.pull/2941/head
parent
cdfb6ac25f
commit
31330e0aed
Loading…
Reference in New Issue