You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently people can sign up for an account with an email we already have on file. this is a bug and is currently caught manually. fail form validation for non-unique emails.
The text was updated successfully, but these errors were encountered:
@MineRobber9000 They are stored in the Postgresql database via Django. The fix for this issue should be adding a unique=True to the email field in the Townie model and then creating migrations for the change.
What should I do with the migration? I know I should django-admin makemigrations (or however that tool is meant to be run) but what do I do with the resulting migration?
currently people can sign up for an account with an email we already have on file. this is a bug and is currently caught manually. fail form validation for non-unique emails.
The text was updated successfully, but these errors were encountered: