forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-27 23:45:11 +02:00
parent b98f512aae
commit ba6d45e14b
1 changed files with 2 additions and 1 deletions

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