mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 23:20:27 +00:00
Fix session clearing
This commit is contained in:
parent
cfc8567180
commit
4e39d5a461
@ -378,8 +378,8 @@ def clear_session():
|
|||||||
session.pop('google_token', None)
|
session.pop('google_token', None)
|
||||||
session.pop('authentication_type', None)
|
session.pop('authentication_type', None)
|
||||||
session.pop('remote_user', None)
|
session.pop('remote_user', None)
|
||||||
logout_user()
|
|
||||||
session.clear()
|
session.clear()
|
||||||
|
logout_user()
|
||||||
|
|
||||||
|
|
||||||
def signin_history(username, authenticator, success):
|
def signin_history(username, authenticator, success):
|
||||||
|
Loading…
Reference in New Issue
Block a user