Opened 12 years ago
Closed 12 years ago
#24640 closed defect (bug) (duplicate)
Malformed Password e-mailed when creating a new user with
Reported by: | nielsvanrenselaar | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 2.8 |
Component: | Users | Keywords: | |
Focuses: | Cc: |
Description
When creating a new user in WordPress and sending the password in a e-mail to the user by WordPress, the password get additional slashes when a ' or " is in the password. In example:
Password fldj'sp#s% get transformed in fldj\'sp#s%
Although, the correct password is saved in the database. The user can not login due the wrong password in the e-mail.
Change History (1)
Note: See
TracTickets for help on using
tickets.
#17018, #24367