UMBC-CMSC447-Spring2017-Team5 / college-JUMP

https://lassa.xen.prgmr.com/collegejump/
GNU General Public License v3.0
0 stars 0 forks source link

User creation errors cause server exception #37

Closed alexander-bauer closed 7 years ago

alexander-bauer commented 7 years ago

For example, creating a user which shares an email with an existing user will raise sqlalchemy.exc.IntegrityError, and creating a user with an empty password will raise builtins.ValueError.

Mjacks3 commented 7 years ago

@alexander-bauer is this still an issue? I can't replicate it. If so I may need to switch over to a linux dev env.

alexander-bauer commented 7 years ago

@Mjacks3 I'll test in a moment, but if you need a Linux dev environment, you can use the demo site.

Mjacks3 commented 7 years ago

duplicate of #49