sagemath / sage_trac_plugin

Trac plugin used to support Sage development at trac.sagemath.org
5 stars 6 forks source link

Nicer key management UI #12

Open embray opened 8 years ago

embray commented 8 years ago

Following from #11, it would be nice to also update the UI for SSH key management.

Something basically mimicking GitHub's--don't give users a big textarea to paste keys in. Instead, list already entered keys in a table (with optional names) and buttons to delete individual keys.

Allow adding one key at a time with optional name. Also perform validation on the key.

This should take a couple hours at the most but I want to move on to other things for now.