#7594 closed defect (bug) (fixed)
Strip slashes from passwords before checking for backslashes
Reported by: | JohnPBloch | Owned by: | djpaul |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 2.9.0 |
Component: | Settings | Keywords: | has-patch |
Cc: |
Description
When saving a password in BuddyPress, it should unslash the password before checking for backslashes. This is what core does when saving user data. WordPress passwords may contain '
single and "
double quotes in them, which will arrive from POST data slashed.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Not a whole lot going on in the patch, just fixes the issue. :D