From fbb4e2d894e5c6043e778991002629fbfdd08956 Mon Sep 17 00:00:00 2001 From: radhika chippada Date: Thu, 27 Mar 2014 11:44:12 -0400 Subject: [PATCH] Update the text on the deactivate link --- apps/workbench/app/views/users/_show_admin.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/workbench/app/views/users/_show_admin.html.erb b/apps/workbench/app/views/users/_show_admin.html.erb index c43ce028b6..0cc5f74616 100644 --- a/apps/workbench/app/views/users/_show_admin.html.erb +++ b/apps/workbench/app/views/users/_show_admin.html.erb @@ -6,10 +6,8 @@ account.

<%= button_to "Log in as #{@object.full_name}", sudo_user_url(id: @object.uuid), class: 'btn btn-primary' %> -

As an admin, you can deactivate this user.

+

As an admin, you can deactivate and reset this user. This will remove all repository/VM permissions for the user. If you "setup" the user again, the user will have to sign the user agreement again.

<%= link_to "Deactivate #{@object.full_name}", { action: 'unsetup', id: @object.uuid }, { confirm: "Are you sure you want to deactivate #{@object.full_name}?", method: 'post' } %>
- - -- 2.30.2