This commit is contained in:
Aevann1 2021-12-28 10:17:49 +02:00
parent f07ace7491
commit b4be343307
2 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -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)