Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Strong Passord Creation In Password Recovery, Registration and Change Password #3921

Closed
CZEG-FIR opened this issue Sep 2, 2021 · 8 comments
Assignees

Comments

@CZEG-FIR
Copy link

CZEG-FIR commented Sep 2, 2021

JetBlock - It surprised me that this option is not available in the Login, Password Recovery and Register.

Put the functionality in to ensure a user uses strong passwords. Such as Number Of Characters, Upper Case, Lower Case, Numbers and &%#* etc. This should be selectable as part of the widget by the form creator. The user should be informed as to what is required and when the password is not strong and therefore the password is not acceptable, and the user is forced to reenter the password until such time as the password is"strong".

@nreljed
Copy link

nreljed commented Sep 3, 2021

I observed this difficulty while trying to recreate
Add new user form wordpress with
the jetengine forms.

the idea is also to allow a predefined role
to access this special form and to be able to create users without going through wordpres backend. it just lacks the possibility of a select> choose roles.

as users are never careful with their password it creates security problems

for the password field, it's a simple js to integrate

now you have to know which one is the best

Password Strength Validator UI

jQuery Password Requirements

Passtrength.js

@StevenVanWingerden
Copy link

+1

@MolyMalon
Copy link

I am super interested in this functionality and also in giving the possibility to the user to choose their own user role as well....

@RibeiroM4E
Copy link

RibeiroM4E commented Jan 18, 2022

JetEngine Forms and JetFormBuilder need to have this functionality. I don´t know why they didn´t add it since the beginning, as Wordpress has it, so maybe it would be a matter of linking it to the forms when you choose a "Text : Password" field type.

https://code.tutsplus.com/articles/using-the-included-password-strength-meter-script-in-wordpress--wp-34736

https://www.thecodehubs.com/how-to-add-password-strength-meter-in-wordpress-or-woocommerce-registration-form/

Screen Shot 01-17-22 at 11 10 PM

@RibeiroM4E
Copy link

This could be added to JetFormBuilder and JetEngine Forms as well.

@kaskad88
Copy link
Collaborator

Add in JetBlocks v1.3.3

@rlb222
Copy link

rlb222 commented Sep 15, 2022

This could be added to JetFormBuilder and JetEngine Forms as well.

Yes please, because I use JetFormBuilder to register. I use JetBlocks to reset password.

I don't think this item should be closed as only JetBlocks has been changed for this.

@jzelle
Copy link

jzelle commented Feb 1, 2023

@RibeiroM4E thank you for the suggestions. I was able to make this work for JetFormBuilder!
@rlb222 , @MolyMalon : perhaps you can use this if you still need a solution :) .

My code has been published here: https://github.com/jzelle/crocoblocks-jetformbuilder-passwordstrength

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants