Changeset 3075
- Timestamp:
- 11/14/2005 09:59:47 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r3074 r3075 326 326 $errors['pass'] = __("<strong>ERROR</strong>: you typed your new password only once."); 327 327 } 328 329 /* Check for "\" in password */ 330 if( strpos( " ".$pass1, "\\" ) ) 331 $errors['pass'] = __('<strong>ERROR</strong>: Passwords may not contain the character "\\".'); 328 332 329 333 /* checking the password has been typed twice the same */
Note: See TracChangeset
for help on using the changeset viewer.