authentik.enterprise.stages.account_lockdown.apps
authentik account lockdown stage app config
1"""authentik account lockdown stage app config""" 2 3from authentik.enterprise.apps import EnterpriseConfig 4 5 6class AuthentikEnterpriseStageAccountLockdownConfig(EnterpriseConfig): 7 """authentik account lockdown stage config""" 8 9 name = "authentik.enterprise.stages.account_lockdown" 10 label = "authentik_stages_account_lockdown" 11 verbose_name = "authentik Enterprise.Stages.Account Lockdown" 12 default = True
7class AuthentikEnterpriseStageAccountLockdownConfig(EnterpriseConfig): 8 """authentik account lockdown stage config""" 9 10 name = "authentik.enterprise.stages.account_lockdown" 11 label = "authentik_stages_account_lockdown" 12 verbose_name = "authentik Enterprise.Stages.Account Lockdown" 13 default = True
authentik account lockdown stage config