Tweak a field name to hopefully slow some spambots.

This commit is contained in:
Ben Rog-Wilhelm 2025-01-11 12:14:50 -06:00 committed by GitHub
parent 9658c5ddc9
commit 3d27696210
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -245,7 +245,7 @@ def sign_up_post(v):
now = int(time.time())
username = request.values.get("username")
username = request.values.get("usernametwo")
if not username: abort(400)