Ticket #40149: 40149.diff
| File 40149.diff, 698 bytes (added by , 9 years ago) |
|---|
-
src/wp-includes/user.php
2037 2037 * @return string The password hint text. 2038 2038 */ 2039 2039 function wp_get_password_hint() { 2040 $hint = __( 'Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ &).' );2040 $hint = __( 'Hint: longer is stronger (at least 12 characters), and consider using a sequence of random words (ideally non-English).' ); 2041 2041 2042 2042 /** 2043 2043 * Filters the text describing the site's password complexity policy.