Opened 18 years ago
Closed 18 years ago
#6849 closed defect (bug) (duplicate)
New password chars !@#$%^&*() are stripped out in wp-login.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | high | |
| Severity: | major | Version: | 2.5.1 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
The new chars !@#$%&*() included in WP 2.5.1 in function wp_generate_password() are being stripped out by function reset_password() by this $key = preg_replace('/[a-z0-9]/i', , $key); and as a result it gives an invalid key message when user tries to reset the password.
Change History (2)
#2
@
18 years ago
- Milestone 2.5.2 deleted
- Resolution set to duplicate
- Status changed from new to closed
Indeed. It won't use those special characters anymore.
BTW, Denis-de-Bernardy: if you just do # and then the ticket number, it'll automatically link it as well as cross it out if it's been closed. ;)
Like so: #6842
Note: See
TracTickets for help on using
tickets.
related?
http://trac.wordpress.org/ticket/6842