EquipoKerapu / equipo

0 stars 0 forks source link

regular expression for email and password #12

Closed Elinor78 closed 7 years ago

Elinor78 commented 7 years ago

Only allow cpp.edu emails mix of alphanumberic and special chars (at least one of each), min length 10

Cristian-Garcia commented 7 years ago

Regex email validation has been implemented. Password requirements are being handled by boilerplate functions provided by Django.