sfd
This commit is contained in:
parent
f07ace7491
commit
b4be343307
2 changed files with 4 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -334,7 +334,7 @@ def sign_up_post(v):
|
||||||
|
|
||||||
if email: send_verification_email(new_user)
|
if email: send_verification_email(new_user)
|
||||||
|
|
||||||
if "rama" in request.host: send_notification(new_user.id, WELCOME_MSG)
|
send_notification(new_user.id, WELCOME_MSG)
|
||||||
|
|
||||||
session.permanent = True
|
session.permanent = True
|
||||||
session["session_id"] = token_hex(49)
|
session["session_id"] = token_hex(49)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue