Tweak a field name to hopefully slow some spambots.
This commit is contained in:
parent
9658c5ddc9
commit
3d27696210
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue