satrun77 / tinyissue

Simple Issue Tracking for Teams
MIT License
48 stars 6 forks source link

Error when trying to delete user #105

Closed nickbe closed 8 years ago

nickbe commented 8 years ago

I delete one user. This worked.

After that I tried to delete another user. TinyIssue responded with this error message:

QueryException in Connection.php line 662: SQLSTATE[23000]: Integrity constraint violation: 19 UNIQUE constraint failed: ti_users.email (SQL: update "ti_users" set "email" = , "deleted" = 1, "updated_at" = 2016-06-24 11:14:21 where "id" = 4)

The error occurs with every user I try to delete now.

nickbe commented 8 years ago

Tested and closed. Thanks