mirror of https://github.com/jumpserver/jumpserver
perf: The locked ip shows the username
parent
d0ec4f798b
commit
39ebbfcf10
|
@ -227,7 +227,7 @@ class MFABlockUtils(BlockUtilBase):
|
|||
|
||||
class LoginIpBlockUtil(BlockGlobalIpUtilBase):
|
||||
LIMIT_KEY_TMPL = "_LOGIN_LIMIT_{}"
|
||||
BLOCK_KEY_TMPL = "_LOGIN_BLOCK_{}"
|
||||
BLOCK_KEY_TMPL = "_LOGIN_BLOCK_IP_{}"
|
||||
|
||||
|
||||
def validate_emails(emails):
|
||||
|
|
Loading…
Reference in New Issue