SecureBlackbox 2020 Python Edition

Questions / Feedback?

login_attempts_limit Property

The maximum number of login attempts.

Syntax

def get_login_attempts_limit() -> int: ...
def set_login_attempts_limit(value: int) -> None: ...

login_attempts_limit = property(get_login_attempts_limit, set_login_attempts_limit)

Default Value

3

Remarks

Use this property to set the maximum number of login attempts.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]