Changeset 11292
- Timestamp:
- 05/12/2009 05:21:32 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/user.php
r11266 r11292 150 150 151 151 /* Check for "\" in password */ 152 if ( strpos( " ".$pass1, "\\" ) )152 if ( false !== strpos( stripslashes($pass1), "\\" ) ) 153 153 $errors->add( 'pass', __( '<strong>ERROR</strong>: Passwords may not contain the character "\\".' ), array( 'form-field' => 'pass1' ) ); 154 154
Note: See TracChangeset
for help on using the changeset viewer.