fdfd
This commit is contained in:
parent
d4a1f78b00
commit
dea03629dd
1 changed files with 2 additions and 1 deletions
|
@ -203,7 +203,8 @@ def sign_up_get(v):
|
||||||
|
|
||||||
# Make a unique form key valid for one account creation
|
# Make a unique form key valid for one account creation
|
||||||
now = int(time.time())
|
now = int(time.time())
|
||||||
session["signup_token"] = token_hex(16)
|
token = token_hex(16)
|
||||||
|
session["signup_token"] = token
|
||||||
|
|
||||||
formkey_hashstr = str(now) + token + agent
|
formkey_hashstr = str(now) + token + agent
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue