1
0
Fork 0

Restrict Username Specification to Disallow '%'

main
Danii 2023-01-09 15:31:31 +01:00
parent 6b99e3da2a
commit 77ebc330cb
1 changed files with 1 additions and 1 deletions

View File

@ -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>