2015-09-30 20:15:33 +02:00
|
|
|
<h2>Your account
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<form method=post action=@{YourAccountR}#form enctype=#{formEnctype}>
|
|
|
|
^{formWidget}
|
|
|
|
<button .btn .btn-primary type="submit">
|
|
|
|
_{MsgSubmit} <span class="glyphicon glyphicon-upload"></span>
|
2015-11-11 13:25:09 +01:00
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><b>name</b> is your human-readable name (to be shown on the leaderboard)
|
|
|
|
<li><b>ID</b> is used in the URLs for your repos (must be composed of lower-case letters, digits or hyphyns, must start with a lower-case letter)
|
|
|
|
<li><b>SSH public key</b> is needed if you want to access repos hosted on Gonito.net
|
|
|
|
<li>ID cannot be changed once it is set up
|
|
|
|
<li>you don't need to specify your ID and SSH public key, if you don't use private repos hosted on Gonito.net
|