diff -r a044870a9d3d -r 2212b2ded8bf packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/my-account.tpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/my-account.tpl Fri Jan 11 05:41:41 2013 -0500 @@ -0,0 +1,131 @@ +

Account settings

+ + + + + + +
+ + +
+ + +
+ + +
+ +
+ +

Enter an e-mail address if you want to be able to use password recovery.

+
+
+ + +
+ +
+ {if isset($userinfo['sshPublicKey'])} + {foreach $userinfo['sshPublicKey'] as $sshKey} +
+
+ × +
+ {decode_ssh_key key=$sshKey out="decoded"} + {$decoded['type']} {$decoded['bits']}-bit + {$decoded['fingerprint']} + +
+ {/foreach} + {/if} + + + + Add SSH key + +
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +