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

@ -25,7 +25,7 @@ class AccountsFixture:
print(f"Signing up as {username}")
signup_post_response = client.post("/signup", data={
"username": username,
"usernametwo": username,
"password": "password",
"password_confirm": "password",
"email": "",