Opened 13 years ago
Last modified 5 years ago
#17793 reviewing defect (bug)
No explanation on invalid characters on registration form
Reported by: | molnarm | Owned by: | chriscct7 |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.1 |
Component: | Users | Keywords: | has-patch |
Focuses: | Cc: |
Description
When a user tries to register with a username containing special characters (e.g. accented letters), WP shows an error message saying "This username is invalid because it uses illegal characters. Please enter a valid username.".
However, this doesn't really help the user because the message does not explain how to fix the problem, i.e. which characters are allowed.
Please consider adding a brief listing of allowed characters.
Attachments (3)
Change History (10)
#2
@
13 years ago
- Keywords has-patch added; needs-patch removed
Patch adds a message modelled on what Google tells you when you try to sign up for an account using funky characters.
I should say that sanitize_user()
also allows spaces and @
in usernames, but I'm not sure we should be encouraging that?
Note: See
TracTickets for help on using
tickets.
Related: [14428], #13162