Passer la navigation

[Remonté au deuxième échelon] wpv-reset-password-form does not enforce password strength

This support ticket is created Il y a 3 années et 11 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Fuseau horaire du supporter : Africa/Casablanca (GMT+01:00)

Ce sujet contient 8 réponses, a 3 voix.

Dernière mise à jour par Jamal Il y a 3 années et 11 mois.

Assisté par: Jamal.

Auteur
Publications
#2134367

The wpv-reset-password-form says it will enforce a password with certain characters and numbers but in actuality, it does not. Any password works just fine.

Screenshot - lien caché

Is this a bug? How can I fix this?

#2134793

Minesh
Supporter

Les langues: Anglais (English )

Fuseau horaire: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Yes, I can see and confirm the issue. I'll escalate it to our next level support. This will be fixed in future but please note that there is no ETA on it.

#2135557

Minesh
Supporter

Les langues: Anglais (English )

Fuseau horaire: Asia/Kolkata (GMT+05:30)

The issue is escalated to Devs but please note that there is no ETA on it when the fix will be provided.

For now, as a workaround, you should try to hide the password hint using CSS code or change the password hint using the filter:

add_filter( 'password_hint', 'func_pwd_hint' );
function func_pwd_hint() {
  
  $hint = __( 'Hint: To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).' );
 
   return $hint;

}
#2138129

Is there a custom way to enforce a strong password?

Your workaround is to change the message but that does not solve the problem of a weak password.

#2141963

Minesh
Supporter

Les langues: Anglais (English )

Fuseau horaire: Asia/Kolkata (GMT+05:30)

You should try to use the hook: validate_password_reset
- lien caché

But I see its not working for me. You should file a new feature request for this using the following form:
- https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/

#2142293

Thanks. This seems like a basic feature and actually a security issue for all your customers. Having weak passwords, make the whole product vulnerable to attacks. I am not sure how is this not a P1 at your end.

#2142391

Minesh
Supporter

Les langues: Anglais (English )

Fuseau horaire: Asia/Kolkata (GMT+05:30)

I understand and nothing much I can do here and that is why I asked you to file a feature request so that you can raise your voice in front of our Product Manager and raise your concern:
- https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/

#2142779

Done.

#2143599

Minesh is on vacation for a couple of days. Let me follow up with you on this.

At the same time, Minesh has escalated this to our 2nd Tier, who confirms that this was never offered and therefore it is a feature request. He also escalated it to the developers to consider it on an upcoming release. However, we cannot tell when that will be done.

I'll set this ticket as escalated so we can follow up here when the developers provide any feedback.