This commit is contained in:
Aevann1 2021-08-27 23:45:11 +02:00
parent d4a1f78b00
commit dea03629dd

View file

@ -203,7 +203,8 @@ def sign_up_get(v):
# Make a unique form key valid for one account creation
now = int(time.time())
session["signup_token"] = token_hex(16)
token = token_hex(16)
session["signup_token"] = token
formkey_hashstr = str(now) + token + agent