Enable permanent sessions

Fixes #1955
This commit is contained in:
Joseph Schorr 2016-10-10 13:00:59 -04:00
parent 0954240ccb
commit 3a473cad2a
5 changed files with 52 additions and 5 deletions

View file

@ -393,7 +393,6 @@ def confirm_email():
user_analytics.change_email(old_email, new_email)
common_login(user)
return redirect(url_for('web.user', tab='email') if new_email else url_for('web.index'))