Opened 9 years ago
Closed 8 years ago
#34483 closed defect (bug) (fixed)
Allow apostrophes in email addresses when accounts are registered
Reported by: | tomdxw | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | 4.3.1 |
Component: | Login and Registration | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
#18039 addressed adding users via the admin interface.
This ticket is about users registering their own accounts via /wp-login.php?action=register
Attachments (2)
Change History (8)
#2
@
9 years ago
- Component changed from General to Login and Registration
- Keywords needs-testing added
- Milestone changed from Awaiting Review to 4.4
Could you swap wp_unslash($_POST['user_email'])
with wp_unslash( $_POST['user_email'] )
because of coding standards?
#3
@
9 years ago
- Keywords 4.5-early added
- Milestone changed from 4.4 to Future Release
Yup, but too late for 4.4.
Note: See
TracTickets for help on using
tickets.
Patch against trunk