Added by Martin Böhm over 10 years ago
I want to delete users. How can I do that? Wenn I delete a User, the user seems only to be inactive.
When I create a new user, the creation fails and open project complains, that login or email already exists of the inactive.
Replies (1)
Hello Martin,
assuming you use the latest stable version (3.0.8) of OpenProject you have to do the following:
To delete users you have to have a running delayed_job you can start stop the delayed worker with the following command(s)
Got to ‘Administration’ -> ‘Settings’ -> ‘Users’ (tab)
Check the boxes depending on your needs.
I think it is necessary to stop and start the delayed job after you change this setting to make it work.
Best
Ratzi