Caspio provides a very convenient built-in capability (Form Element: Email) to validate an input text string as a valid email address.
Is there a similar built-in capability for password strength and parameters?
My project includes a user registration form that requires new users to establish an account with an email address and a password. I am successfully using Form Element: Email to ensure that only valid email addresses are accepted by the form. But I also need the passwords to conform to "strength" standards. Specifically, I would like passwords to be at least 7 characters long and include at least 1 number.
Is there a built-in ability to do this? If not, can you suggest a method (Javascript?) to accomplish this?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
thirdcircle
Caspio provides a very convenient built-in capability (Form Element: Email) to validate an input text string as a valid email address.
Is there a similar built-in capability for password strength and parameters?
My project includes a user registration form that requires new users to establish an account with an email address and a password. I am successfully using Form Element: Email to ensure that only valid email addresses are accepted by the form. But I also need the passwords to conform to "strength" standards. Specifically, I would like passwords to be at least 7 characters long and include at least 1 number.
Is there a built-in ability to do this? If not, can you suggest a method (Javascript?) to accomplish this?
Thank you.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.