edituser.cgi: Do not show keys list on error
commit2a965476c6790cd3531a7fb0771b92b070682a10
authorKyle J. McKay <mackyle@gmail.com>
Sat, 30 Nov 2013 08:05:01 +0000 (30 00:05 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 30 Nov 2013 08:05:01 +0000 (30 00:05 -0800)
treed81bb7ef3b8be76bd53307096b005299b9785e92
parent0257885fe46d76449effd280d958da0696cc7f5f
edituser.cgi: Do not show keys list on error

If there is a problem with one of the keys, they will not be saved,
but the User object may still end up containing the key values if
the problem is simply the wrong type of key or wrong number of bits.

When the key save fails, suppress display of the list of currently
registered keys because it will possibly be incorrect in that case.
cgi/edituser.cgi