haydenwade / Plateo

A web app that brings on conversation by connecting others via license plate numbers
http://bit.ly/2duQKj8
1 stars 4 forks source link

Validation for Registration Page is not correct #2

Closed haydenwade closed 8 years ago

haydenwade commented 8 years ago

This is when a user does not satisfy the requirements that is needed to create an account ex: password is too short, must contain etc. (might have to look at server to find out what the requirements are)

does work for some validation rules.

Please work off of the Hacktoberfest branch and make all PR to that branch, thanks!

AlexITC commented 8 years ago

I had uploaded a pull request to validate that a password meets the following requirements (based on the source code):

haydenwade commented 8 years ago

@AlexITC thanks for all your contributions to my project, really appreciate it. The knowledge transfer is must quicker and more ingrained here rather than reading forums online. Thanks again, Happy coding!