McGill-ECSE321-Fall2020 / project-group-07

project-group-07 created by GitHub Classroom
0 stars 0 forks source link

createRegistration - RegistrartionService #72

Closed jhanmtl closed 4 years ago

jhanmtl commented 4 years ago

createRegistration(RegistrationDto)

exception: username already exists exception: no username exception: invalid username exception: no firstname exception: invalid firstname exception: no lastname exception: invalid lastname exception: no email exception: invalid email (no @ and end in .com, .ca) exception: empty password exception: invalid password (8-15 characters, at least 1 capital letter, at least one lowercase letter, at least one number) return: GalleryRegistration