Fix user connection logging
This commit is contained in:
parent
6fed2e88c3
commit
b1da084cca
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ class Account(ContribChargenAccount):
|
|||
|
||||
"""
|
||||
def at_post_login(self, session=None, **kwargs):
|
||||
super().at_post_login(session)
|
||||
protocol_flags = self.attributes.get("_saved_protocol_flags", {})
|
||||
if session and protocol_flags:
|
||||
session.update_flags(**protocol_flags)
|
||||
|
|
|
|||
Loading…
Reference in a new issue