Restrict Username Specification to Disallow '%'

pull/1/head
Danii 3 months ago
parent 6b99e3da2a
commit 77ebc330cb

@ -17,7 +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 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>

Loading…
Cancel
Save