CotripperPlatform / CoTrip

GA Development
3 stars 12 forks source link

Backend Password/Email Validation during signup process #561

Open Daniel-Edminster opened 4 years ago

Daniel-Edminster commented 4 years ago

Is your feature request related to a problem? Please describe. Investigate and fix back-end password/email validation during signup process. May require coordination with front end to make sure sign on page accurately reflects both back end and front end validation

Describe the solution you'd like Write regex functions for a secure password validation schema and email validation.

Daniel-Edminster commented 4 years ago

Email is properly validated and sanitized in the back-end prior to touching the database. Passwords, while checked for several things, do not have a regex check like the front-end does.