Actions
Feature proposal #3982
closedImplement database storage of deleted/disabled users
Description
When a user disables or deletes themselves store to database who they are (store username and user id) and when they disabled/deleted; also store the Reason with the row. This should have (1 or 2?) new backend display. When a disabled user attempts to login it should ask if they want to re-enable and if they want to it'll send a confirmation email to the email associated with the account for them to re-enable.
Updated by krileon over 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
New disabled and deleted usages will now store to database their user id, username, name, email, date of disable/delete, and the reason if they specified one. All of which can be viewed and managed from backend directly.
Actions