Project

General

Profile

Idea #16946

Updated by Peter Amstutz over 3 years ago

* Need "log in as user" to work 
 * Can "activate" user but no way to just "setup" a user which would require them to "sign" the clickthrough agreements 
 ** But wb2 also can't display clickthrough agreements 
 * Instead of is_active column, should be is_invited (which toggles setup/not setup) 
 * "New user" maybe doesn't work 
 * Should be able to click on a user and get a distinct panel that has all the user's information & actions 
 * Need a way to manipulate VM assignments 
 ** From the virtual machine list, should be able to see which users can log into that virtual machine, and add/remove users 
 ** From the panel for an individual user, should be able to see which VMs the user can log into, and add/remove VMs 
 * Groups panel (group_class="role") 
 ** Double clicking on the group name takes you to a different place than double-clicking anywhere else in the row 
 ** From the panel for an individual group should be able to add/remove/set access level of users 
 ** From the panel for an individual user, should be able to add/remove/set access level of groups 
 ** Has misleading notion of group membership, should be based on who has permission links *into* the group 
 ** Should be able to see/edit what has been shared with the group 
 ** Should be able to create groups (group_class=role) (this is broken) 

Back