Re-Volt-America / RVA

Website and backend of Re-Volt America
https://rva.lat
GNU Affero General Public License v3.0
14 stars 1 forks source link

Fix username regex #85

Closed BGMP closed 6 months ago

BGMP commented 7 months ago

Currently, the validation for username characters is quite restrictive, which wasn't originally intended. As a baseline, we should verify that all characters we say are allowed for usernames are indeed allowed.

From our ruleset: "Your nickname may contain any characters from A-Z (uppercase or lowercase), numbers, underscores and blank spaces."