Add notice about usernames in register form

This commit is contained in:
jvyden 2022-08-01 17:49:34 -04:00
commit 98a444499e
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
5 changed files with 40 additions and 0 deletions

View file

@ -1,5 +1,6 @@
@page "/register"
@using LBPUnion.ProjectLighthouse.Configuration
@using LBPUnion.ProjectLighthouse.Localization.StringLists
@model LBPUnion.ProjectLighthouse.Servers.Website.Pages.RegisterForm
@{
@ -32,6 +33,8 @@
</div>
}
<p><b>@Model.Translate(RegisterStrings.UsernameNotice)</b></p>
<form class="ui form" onsubmit="return onSubmit(this)" method="post">
@Html.AntiForgeryToken()