users: add ability to undelete accounts.
Add ability to undelete accounts from within the console. Their password is reset, their name is restored to their last known user name, and a mod action is logged.
This commit is contained in:
@@ -116,6 +116,8 @@
|
||||
<%= link_to_user user %> created their account.
|
||||
<% when "user_deletion" %>
|
||||
<%= link_to_user user %> deleted their account.
|
||||
<% when "user_undeletion" %>
|
||||
<%= link_to_user user %>'s account was undeleted.
|
||||
<% when "password_reset" %>
|
||||
<%= link_to_user user %> reset their password.
|
||||
<% when "password_change" %>
|
||||
|
||||
Reference in New Issue
Block a user