Project

General

Profile

Actions

Feature #6013

closed

[Workbench] clean up 'setup user' behavior in the admin interface

Added by Ward Vandewege almost 9 years ago. Updated almost 9 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Radhika Chippada
Category:
Workbench
Target version:
Story points:
1.0

Description

Problem.

The user admin page says:

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.

which is followed by the 'Setup user' button.

That button shows a form that has (amongst other things) a 'Repository Name and Shell Login' field.

This field is actually ignored now when the shell account is created - we always use the part of the e-mail address before the @ sign to create the shell account (with some extra logic to avoid collisions).

In addition, users can now create their own repositories through the manage account page.

Finally, having one form that does both things at once is confusing/annoying, because I usually only want to create a shell account or create a repository.

Solution

a) remove the 'Repository Name and Shell Login' field
b) rename the form to 'Set up shell account'
c) rename the button to 'Set up shell account'
d) change the leading text to

As an admin, you can set up a shell account for this user. The login name is automatically generated from the e-mail address.

e) change the logic of the form so it no longer creates a repository and repository link.
f) the shell groups input and logic can stay as it is
g) the text of the e-mail that is kicked off automatically when this form is submitted should be changed to:

=============================================================================
Subject: Welcome to Curoverse - shell account enabled

<username>,

Your Arvados shell account has been set up. Please visit the manage account page at

&lt;workbench_url&gt;/manage_account

for connection instructions.

Thanks,
The Arvados team. =============================================================================


Subtasks 1 (0 open1 closed)

Task #6298: Review branch: 6013-cleanup-setup-implResolvedRadhika Chippada06/10/2015Actions
Actions

Also available in: Atom PDF