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
Trying to create a user at /auth/register causes sqlalchemy.exc.IntegrityError. I believe it is because the forum is not creating a username for the User object.
The text was updated successfully, but these errors were encountered:
djds23
changed the title
Saving a user causes an error
Registering a user causes an error
May 24, 2015
djds23
added a commit
to djds23/jobs-board
that referenced
this issue
May 25, 2015
Trying to create a user at
/auth/register
causessqlalchemy.exc.IntegrityError
. I believe it is because the forum is not creating a username for theUser
object.The text was updated successfully, but these errors were encountered: