May 21, 2020 5:18 pm
Hello, when you have to confirm the password in the registry it says something like this:
Tip: The password must be at least twelve characters. To make it stronger use uppercase and lowercase letters, numbers and symbols like! "? $% ^ y).
How can i change that text?
I can't find it anywhere ... thanks!
5 Replies
May 21, 2020 5:56 pm
wordpress > wp-content > languages > your language .po / .mo
is located in user.php
function wp_get_password_hint() {
$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 ! " ? $ % ^ & ).' );