Administrators, be warned! If you delete an account it can only be recreated by the person who created it originally.

<%= boolean_cell(@user.activated_at) %> <%= expired_cell(@user.remember_token_expires_at) %> <%= expired_cell(@user.password_reset_code_expires_at) %>
Address <%= h(@user.email) %>
Real name <%= h(@user.real_name) %>
Roles <%= @user.roles.to_authenticated_roles.to_human_s %>
Created at <%= @user.created_at %>
Last updated <%= @user.updated_at %>
Activated?
Remembered?
Password reset?

<%= make_action_link('tasks', 'index', 80, 80, 'Control
panel') %>
   <%= make_action_link('account', 'list', 80, 80, 'Return
to list', @referrer) %>
   <%= make_protected_action_link('account', 'edit_roles', @user.id, 'Edit
roles') %>
   <%= make_protected_action_link('account', 'destroy', @user.id, 'Delete
account', 'Are you absolutely sure you want to permanently delete this account?') %>