SecureBlackbox 2020 Python Edition

Questions / Feedback?

auth_form_template Property

Defines the default authentication template (login page).

Syntax

def get_auth_form_template() -> str: ...
def set_auth_form_template(value: str) -> None: ...

auth_form_template = property(get_auth_form_template, set_auth_form_template)

Default Value

""

Remarks

This property contains the HTML code of the authentication form. You can use it to control the appearance of the login page.

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