You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Password must have a mixture of both uppercase and lowercase letters, a mixture of letters and numbers, 1 special character, and 1 number. Password must be longer than 7 digits.
Write functions to check if email and password requirements are satisfied.
Write unit test for different combinations and make sure that it works as expected.
The text was updated successfully, but these errors were encountered:
Checking credentials
Input: 1 email, 2 password.
Email must be in appropriate format.
Password must have a mixture of both uppercase and lowercase letters, a mixture of letters and numbers, 1 special character, and 1 number. Password must be longer than 7 digits.
The text was updated successfully, but these errors were encountered: