forked from shaba/openuds
Merge remote-tracking branch 'origin/v3.5'
This commit is contained in:
commit
5b5a4e31e7
@ -205,6 +205,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…
x
Reference in New Issue
Block a user