Create an account doesn't check that names are valid #2
Labels
bug
Something isn't working
good first issue
Good for newcomers
members
Concern members management (only table users)
Describe the bug
The create an account action doesn't check that names are valid.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The form must contain a Regex on firstname and lastname and the creation (server-side) must fail and "invalid data" error will be displayed. Page My account has implemented this verification and it must be the same for creation (regex in html and regex in php, and use of
USER_NAMES_REGEX
).Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: