Cherry Posted January 20, 2022 Report Share Posted January 20, 2022 Hi everyone, is there a way that I can create a password with high-level security requirements? Please help. Thank you Quote Link to comment Share on other sites More sharing options...
0 Ulensr Posted January 20, 2022 Report Share Posted January 20, 2022 Hi Cherry, can you explain more what you're trying to achieve ? You wish your users to have an option to auto generate a secure password or you're speaking about your own Caspio login ? If it is the first, then a javascript function to generate the password and populate a Caspio field would do the trick. Let me know what you're looking for thx Quote Link to comment Share on other sites More sharing options...
0 GoodBoy Posted January 20, 2022 Report Share Posted January 20, 2022 Hi @Cherry, there is a standard feature where you can set the minimum strength required for a Password. Is this what you are looking for? Quote Link to comment Share on other sites More sharing options...
0 Cherry Posted January 23, 2022 Author Report Share Posted January 23, 2022 @GoodBoy thank you for the response. What I am looking for is password validation. Like 'Password must contains the ff' - A lower case -A capital(upper case) letter -A number -Minimum 8 character Is there any working css code I can use with this? Quote Link to comment Share on other sites More sharing options...
0 Ulensr Posted January 24, 2022 Report Share Posted January 24, 2022 Hi @Cherry what GoodBoy explained to you does exactly that. When you set this field , these are the criteria for the different Password Strength:Fair: Password must be at least 6 characters, including at least 1 number.Good: Password must be at least 8 characters, including at least 1 number and both lower and upper case letters.Strong: Password must be at least 12 characters, including at least 1 number, both lower and upper case letters, and at least 1 special character (e.g. _, #, ?, !) His solution should solve your issue. If you want to customize this behavior, you'll need to turn to Javascript / JQuery Cherry 1 Quote Link to comment Share on other sites More sharing options...
0 Cherry Posted January 24, 2022 Author Report Share Posted January 24, 2022 @GoodBoy @Ulensr Thank you for the information. Quote Link to comment Share on other sites More sharing options...
0 Flowers4Algernon Posted December 22, 2023 Report Share Posted December 22, 2023 Hello! I have found a forum post that could be helpful too: Quote Link to comment Share on other sites More sharing options...
Question
Cherry
Hi everyone, is there a way that I can create a password with high-level security requirements? Please help. Thank you
Link to comment
Share on other sites
6 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.