Skip Navigation

[Resuelto] Force strong password

This support ticket is created hace 4 años, 8 meses. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

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 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Etiquetado: ,

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Luo Yang hace 4 años, 8 meses.

Asistido por: Luo Yang.

Autor
Mensajes
#1545895

Hello,

Is there no way to force strong password for the reset password link?
I tested it and was able to put in 1234 as password. I find that absolutely astounding given all the security concerns.
I cannot have users using weak passwords!
How do I deal with this?
Thanks.

#1546437

Hello,

I assume we are talking about shortcode [wpv-reset-password-form], see our document:
https://toolset.com/documentation/user-guides/views/views-shortcodes/#wpv-reset-password-form

There isn't such kind of feature to "force strong password", you can add a feature request for it:
https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/

Or you can consider custom codes, for example, you can use action hook "validate_password_reset" to trigger a PHP function, in this function force the new password to be a strong password, see WP document:
https://developer.wordpress.org/reference/hooks/validate_password_reset/