WHOIGit / photic

Image annotation tool
MIT License
2 stars 0 forks source link

Backing out of "create user" creates a user with empty username, breaking further attempts to create users #144

Closed joefutrelle closed 3 years ago

joefutrelle commented 3 years ago

... at least that's how I'm diagnosing it, investigating further. Here's the error:

duplicate key value violates unique constraint "auth_user_username_key" DETAIL: Key (username)=() already exists.

joefutrelle commented 3 years ago

Actually it looks like the management interface for adding users is completely broken--even if I don't back out of it and reattempt, it still fails with the same error.

mike-kaimika commented 3 years ago

Fixed on PR #167 . Merged into release/20210825