caicloud / harbor

An enterprise-class container registry server based on Docker Distribution

Home Page:http://vmware.github.io/harbor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modify user deleting logic

li-ang opened this issue · comments

When someone deletes the users, the deleting logic is setting deleted field as 1 in user table . It can not delete user actually. We need to modify the user deleting logic for recreate the same user after deleting user.

Do you check the table project and access_log?
When a user is deleted, some tables will cascading delete relative records. But others do not. Please ensure it.

closed