Cytomine-core icon indicating copy to clipboard operation
Cytomine-core copied to clipboard

Allow user deletion

Open geektortoise opened this issue 3 years ago • 2 comments

Requests : https://github.com/cytomine/Cytomine-core/issues/1084 https://github.com/cytomine/Cytomine-bootstrap/issues/33

If an user has no data, it is simple :-) If an user has a project, has data into a project, is alone in a project, we need to create rules. The "command" history is also currently linked to an user.

geektortoise avatar Apr 02 '21 08:04 geektortoise

Is there a way to "hide" the user account from front-end since we cant actually delete user? for example i have tried to put v-if="user.enabled" on every column in cytomine-table, AdminUsers.vue to hide "locked" account, but the dropdown button on the left still appear.

btw i just found delete user account from sec_user table then clear cookie will not trigger error.

wl03223373 avatar Aug 16 '21 05:08 wl03223373