-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
There's no way to delete or deactivate users but altering the db directly. This is bad and might mess up db's integrity, so we need to fix it.
- add appropriate controls in users management page
- only allow admins to do this
- (optional) allow users to deactivate their own account
- this might be a bigger thing, but anyway, let's start the discussion around it if needed; scenario here is that a user deactivates his own account, then reactivates by attempted login + resend activation (confirmation) email
Reactions are currently unavailable