6013: remove "repository" from user setup popup in workbench
[arvados.git] / apps / workbench / app / views / users / _show_admin.html.erb
index a34d7e6949ba1df3f9073896db5d2e61a67a9be8..0dd72037373788109f717747748da534488fcf27 100644 (file)
     </blockquote>
 
     <p>
-      As an admin, you can setup this user. Please input a VM and
-      repository for the user. If you had previously provided any of
-      these items, they are pre-filled for you and you can leave them
-      as is if you would like to reuse them.
+      As an admin, you can setup a shell account for this user.
+      The login name is automatically generated from the user's e-mail address.
     </p>
 
     <blockquote>
-      <%= link_to "Setup #{@object.full_name}", setup_popup_user_url(id: @object.uuid),  {class: 'btn btn-primary', :remote => true, 'data-toggle' =>  "modal", 'data-target' => '#user-setup-modal-window'}  %>
+      <%= link_to "Setup shell account #{'for ' if @object.full_name.present?} #{@object.full_name}", setup_popup_user_url(id: @object.uuid),  {class: 'btn btn-primary', :remote => true, 'data-toggle' =>  "modal", 'data-target' => '#user-setup-modal-window'}  %>
     </blockquote>
 
     <p>
       As an admin, you can deactivate and reset this user. This will
-      remove all repository/VM permissions for the user. If you
+      remove all VM permissions for the user. If you
       "setup" the user again, the user will have to sign the user
       agreement again.
     </p>