Change Username Specification

This commit is contained in:
Danii 2023-01-09 15:28:23 +01:00
parent bef8b4d06f
commit 6b99e3da2a
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
<form action="/reg" method="POST">
<ul>
<li>Password must be at least 8 characters long.</li>
<li>Username must not contain any of the following characters: &.+?;</li>
<li>Username may not contain offensive content.</li>
<li>Your username cannot be changed later.</li>
</ul>