edituser.cgi: do not display SSH keys before auth code has been validated
commit4d52d7524021378a63a46331926e42d1bca54cce
authorJan Krüger <jk@jk.gs>
Wed, 30 Nov 2011 04:33:53 +0000 (30 05:33 +0100)
committerJan Krüger <jk@jk.gs>
Wed, 30 Nov 2011 04:33:53 +0000 (30 05:33 +0100)
treede41b87abb5270bedea24b9e432b6e9796e36b61
parent42d7bcf14287599667a015966c3766e71cc4d9a8
edituser.cgi: do not display SSH keys before auth code has been validated

Previously, we displayed the SSH key editing form even if the given auth
code wasn't valid. This is a (not very critical, but still...) breach of
information that should be eliminated. Instead, if the auth code is
invalid, merely display the auth form again.

Signed-off-by: Jan Krüger <jk@jk.gs>
cgi/edituser.cgi