#1714 closed defect (bug) (fixed)
changing the password to something with the char \ will cause login to fail
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Severity: | critical | Version: | 1.5.2 |
Component: | Security | Keywords: | |
Focuses: | Cc: |
Description
This is probably becouse of php C like \ directives, so \n \0 etc will cause the function to fail and make login in impossible until password reset.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
The attached file is a patch to apply to admin-functions.php that checks the password for the "\" character and reports an error if it's used.