#4094 closed defect (bug) (worksforme)
Doesn't remove slashes from emails when sending validation email
Reported by: | holizz | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Core | Keywords: | reporter-feedback |
Cc: |
Description
This means people with quotes in their email address can't sign up.
In function bp_core_signup_send_validation_email (bp-members/bp-members-signup.php:568).
I attach a patch that works, but perhaps $user_email should be un-slashed at some earlier point.
Attachments (1)
Change History (7)
#2
@
12 years ago
- Milestone changed from Awaiting Review to 1.6
- Owner set to DJPaul
- Status changed from new to assigned
#4
@
12 years ago
- Keywords reporter-feedback added
- Milestone changed from 1.6 to Future Release
Can you supply a sample email address that I can use to recreate the problem? I can't get the email address in bp_core_signup_send_validation_email() to be slashed.
Note: See
TracTickets for help on using
tickets.
Good catch. I never knew quotes were even valid in the local part of an email address. Since this is the case, we should check other areas of the code to make sure they too, have their slashes stripped.