Project

General

Profile

Idea #3193

Updated by Tom Clegg almost 10 years ago

Show: 
 * VMs I can log in to: show hostname, login name, last login (if available), SSH config snippet 
 * Repositories I can access: name, is_writable, fetch or push-url (depending on whether it is writable) 
 * Current token 

 Manage SSH keys: 
 * Show my existing SSH keys (filter by key_type=="SSH") 
 * Delete existing SSH key (confirm with javascript) 
 * If no existing SSH keys, explain why you should add one (in order to access shell VM and repository) 
 * "Add SSH key" button 
 ** modal with form, like "setup user" 
 ** always set sets key_type to SSH 
 ** error handling is important (many people will upload bogus keys!) 

 Update nav links: 
 * Add "Account settings" item, in the email address dropdown, linking to this new page 
 * Make generic "show VMs, authorized_keys, API tokens" links show up only for admins, in the gear menu (like the Users item is now) 
 * If this means the gear menu is now empty for non-admins, then don't even show the gear menu for non-admin users! 

 Other notes: 
 * filter by owner_uuid == current_user.uuid so this page works nicely for admins too 

Back