Question: How do I create a password complexity function in SQL? I'm trying to create one that requires the following: Password must be at least 8
How do I create a password complexity function in SQL? I'm trying to create one that requires the following:
Password must be at least 8 characters Password can not be the user name or something obvious like "password" Password has 1 letter, 1 number, and 1 special character Password is different from the previous password by at least 3 characters
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
