go-vikunja/vikunja

Delete user works on 0.20.4 but not on latest docker image

Closed this issue · 1 comments

Description

Whenever I try to delete a user in CLI on the latest docker image I get the following error below

putty_YYQsPViDzr

Error removing the user: Default project cannot be deleted

This is not the case when I try to delete a user in CLI on 0.20.4

putty_SPJ4v87gII

I believe the issue is related to the fact that now there is an "inbox" project by default when before it was the user's "username" project by default.

I'm not sure if this other problem helps but setting VIKUNJA_SERVICE_ENABLEREGISTRATION: 0 in docker doesn't seem to disable registration either. On 0.20.4 it does.

Vikunja Frontend Version

https://hub.docker.com/layers/vikunja/frontend/latest/images/sha256-ffa68b40d49045d31328723c46bd47b9b36f56af5eae589c0d02cb75bf817f5b?context=explore

Vikunja API Version

https://hub.docker.com/layers/vikunja/api/latest/images/sha256-24e02ed3dd3aa1a9d41d2fb08674815ee35ec1783ff520714c96008d312b3156?context=explore

Browser and version

No response

Can you reproduce the bug on the Vikunja demo site?

No

Screenshots

No response

Resolved in acb03c4 - please check with the next unstable build if the problem really went away.