Skip to content

Commit

Permalink
Add warning burner emails
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Jan 14, 2024
1 parent 35d856f commit 23a4ab2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions SS14.Web/Areas/Identity/Pages/Account/Register.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<div class="form-group">
<label asp-for="Input.Email"></label>
<input asp-for="Input.Email" class="form-control" />
<small id="emailHelp" class="form-text text-muted">Do not sign up with "temporary" or "burner" email addresses. Your account may be banned if you do.</small>
<span asp-validation-for="Input.Email" class="text-danger"></span>
</div>
<div class="form-group">
Expand Down
4 changes: 4 additions & 0 deletions SS14.Web/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,8 @@ body {
background-color: white;
padding: 6px;
display: inline-block;
}

.text-secondary, .text-muted {
color: #9eaab5 !important;
}

0 comments on commit 23a4ab2

Please sign in to comment.