etesync / server

The Etebase server (so you can run your own)
https://www.etesync.com
GNU Affero General Public License v3.0
1.48k stars 75 forks source link

Cannot remove user #174

Closed clamydo closed 4 months ago

clamydo commented 8 months ago

When I try to remove a user in the django admin panel test I get the error:

Cannot delete users

Deleting the selected users would require deleting the following protected related objects:

      Collection member: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx test
      Collection member: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx test
      Collection member: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx test
      Collection member: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx test

with some random string in place of the xes.

How do I delete a user?

And many thanks for creating EteSync/EteBase!

jahway603 commented 4 months ago

Having the same issue. Duplicate of Issue https://github.com/etesync/server/issues/84

jahway603 commented 4 months ago

Workaround is to set the account to Inactive by unchecking the Active checkbox in the account's settings screen.

clamydo commented 4 months ago

Closing in favor of #84

tasn commented 4 months ago

Thanks both!