2016-02-15 10:02:05 +01:00
|
|
|
<div class="container">
|
|
|
|
<div id="main" role="main">
|
|
|
|
<h2>Your account
|
|
|
|
<hr>
|
2016-12-03 15:19:11 +01:00
|
|
|
$maybe _ <- userPassword user
|
|
|
|
$nothing
|
|
|
|
<div class="alert alert-info" role="alert">
|
|
|
|
<p>
|
2017-09-23 15:04:40 +02:00
|
|
|
<strong>Please set up your password below so that you could log in.
|
2016-05-03 10:21:40 +02:00
|
|
|
<img style="max-width:80px;padding-bottom:30px" src=@{AvatarR userId}>
|
2017-09-23 14:51:15 +02:00
|
|
|
<form method=post action=@{YourAccountR}#form enctype=#{formEnctype} autocomplete="off">
|
2016-02-15 21:52:22 +01:00
|
|
|
^{formWidget}
|
|
|
|
<button .btn .btn-primary type="submit">
|
|
|
|
_{MsgSubmit} <span class="glyphicon glyphicon-upload"></span>
|
2016-02-15 10:02:05 +01:00
|
|
|
<hr>
|
|
|
|
<ul class="list-group">
|
2017-09-23 15:04:40 +02:00
|
|
|
<li class="list-group-item">You don't need to specify your ID and SSH public key, if you don't use private repos hosted on Gonito.net.
|
2018-09-01 13:23:19 +02:00
|
|
|
<hr>
|
|
|
|
<ul class="list-group">
|
|
|
|
$maybe token <- userTriggerToken user
|
|
|
|
<li class="list-group-item">Your token for triggering evaluation is <code>#{token}</code>
|
|
|
|
$nothing
|
2022-01-19 10:48:38 +01:00
|
|
|
<li class="list-group-item">Your token for triggering evaluation is not set yet, ask the administrator to do this
|
|
|
|
$maybe individualKey <- mIndividualKey
|
|
|
|
<p>If you'd like to give Gonito access to your repo other than hosted at Gonito used the following public key:
|
|
|
|
<pre>#{individualKey}
|