#include ("static/styles.html") #include ("static/scripts.html")
#include ("static/header.html")
Account profile
Cancel
Next >
GitHub account details
Username:
Full name:
e-Mail:
#foreach ( $email in $myself.emails2 ) #if ( $email.email == $!myself.email || $email.primary )
$email.email
#else
$email.email
#end #end
Import GitHub SSH Public Keys
#foreach ( $key in $myself.publicVerifiedKeys ) #if ( $key.key.length() > 45 )
$key.title :
#set ( $trailStart = $key.key.length() - 10 )
$key.key.substring(1,35) ... $key.key.substring($trailStart).trim()
#end #end
#include ("static/footer.html")