Opened 15 years ago
Closed 15 years ago
#1992 closed defect (bug) (fixed)
exclamation in username registration
Reported by: | intimez | Owned by: | |
---|---|---|---|
Milestone: | 1.2.1 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
unable to signup using odd username
register with "abc!xyz" (without quotes) but unable to login due to username being abcxyz
shouldn't it disallow that character to avoid confusion?
[wordpress2.9.2 + buddypress1.2]
Note: See
TracTickets for help on using
tickets.
(In [2752]) Run username through validate_username() check on signup. Fixes #1992