G Pas
This commit is contained in:
parent
88f2ecd027
commit
806dea41d3
1 changed files with 5 additions and 3 deletions
|
@ -16,17 +16,19 @@
|
|||
</div>
|
||||
{{end}}
|
||||
|
||||
<p>Merci de renseigner au moins un des champs ci-dessous.</p>
|
||||
|
||||
<form method="POST">
|
||||
<div class="form-group">
|
||||
<label for="username">Identifiant :</label>
|
||||
<label for="username">Ou identifiant :</label>
|
||||
<input type="text" name="username" id="username" class="form-control" value="{{ .Username }}" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="mail">Mail (interne aux GV) :</label>
|
||||
<label for="mail">ou mail (interne aux GV) :</label>
|
||||
<input type="text" name="mail" id="mail" class="form-control" value="{{ .Mail }}" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="othermailbox">Mail de secours :</label>
|
||||
<label for="othermailbox">ou mail de secours :</label>
|
||||
<input type="text" name="othermailbox" id="othermailbox" class="form-control" value="{{ .OtherMailbox }}" />
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Refaire son mal de passe</button>
|
||||
|
|
Loading…
Reference in a new issue