Skip to content

Commit

Permalink
Add a notice for the team during registration (#360)
Browse files Browse the repository at this point in the history
* Add a notice for the team during registration

* Update register.component.html
  • Loading branch information
lecorguille authored May 30, 2022
1 parent fecaeb3 commit af70805
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manager2/src/app/auth/register/register.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@
<div class="form-group">
<label for="Team">Team</label>
<input [ngModelOptions]="{standalone: true}" [(ngModel)]="team" type="text" id="team" class="form-control" placeholder="Lowercase and/or digits" required>
<small id="groupHelp" class="form-text text-muted">Use the <i>Institution_ResearchUnit</i> format (ex: <b>inra_umr1246, cnrs_umr3503</b>).</small>
<small id="groupHelp" class="form-text text-muted">
Use the <i>institution_researchunit</i> format (ex: <b>inra_umr1246, cnrs_umr3503</b>).</br>
Lowercase letters (a-z), digits (0-9) and underscores ( _ ) only.
</small>
</div>
<br>
<span class="glyphicon glyphicon-comment" aria-hidden="true"></span>
Expand Down

0 comments on commit af70805

Please sign in to comment.