#7594 closed defect (bug) (fixed)
Strip slashes from passwords before checking for backslashes
| Reported by: | JohnPBloch | Owned by: | djpaul |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Settings | Version: | 2.9.0 |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Not a whole lot going on in the patch, just fixes the issue. :D