Notifications
Clear all

wpForo 1.x.x [Solved] modify text to confirm the password

6 Posts
2 Users
1 Reactions
821 Views
Posts: 120
Topic starter
(@franricht)
Estimable Member
Joined: 6 years ago

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
Tutrix
Posts: 1453
(@tutrix)
Noble Member
Joined: 5 years ago

@franricht

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 ! " ? $ % ^ & ).' );
4 Replies
(@franricht)
Joined: 6 years ago

Estimable Member
Posts: 120

@tutrix

OK,runs smoothly

Thanks!!!

😊 😊 😊 

(@franricht)
Joined: 6 years ago

Estimable Member
Posts: 120

@tutrix

The problem in the end persists, I can change the es_ES.po but the es_ES.mo won't let me modify it in cpanel
Any ideas?

Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1453

@franricht

I use poedit, when I save the .po a new .mo is also created

(@franricht)
Joined: 6 years ago

Estimable Member
Posts: 120

WoW! Thanks! @tutrix