forked from shaba/openuds
Added call to "notifyReady" on osmanager ready notification
This commit is contained in:
parent
237f7e5b77
commit
a4d1ecb95f
@ -224,6 +224,8 @@ class OSManager(Module):
|
|||||||
Resets login counter to 0
|
Resets login counter to 0
|
||||||
'''
|
'''
|
||||||
userService.setProperty('loginsCounter', '0')
|
userService.setProperty('loginsCounter', '0')
|
||||||
|
# And execute ready notification method
|
||||||
|
self.readyNotified(userService)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def loggedIn(
|
def loggedIn(
|
||||||
|
Loading…
Reference in New Issue
Block a user