Is your feature request related to a problem? Please describe.
Currently the login/signup page accepts any password that is entered even if the length of the password is one or two letter.
Describe the solution you'd like
Adding regex to validate the password and making it necessary to be eight letters long and a combination of Uppercase and lowercase characters. Also, show errors if the password doesn't match the criteria instantly.