authentik.policies.password.apps

authentik Password policy app config

 1"""authentik Password policy app config"""
 2
 3from authentik.blueprints.apps import ManagedAppConfig
 4
 5
 6class AuthentikPoliciesPasswordConfig(ManagedAppConfig):
 7    """authentik Password policy app config"""
 8
 9    name = "authentik.policies.password"
10    label = "authentik_policies_password"
11    verbose_name = "authentik Policies.Password"
12    default = True
class AuthentikPoliciesPasswordConfig(authentik.blueprints.apps.ManagedAppConfig):
 7class AuthentikPoliciesPasswordConfig(ManagedAppConfig):
 8    """authentik Password policy app config"""
 9
10    name = "authentik.policies.password"
11    label = "authentik_policies_password"
12    verbose_name = "authentik Policies.Password"
13    default = True

authentik Password policy app config

label = 'authentik_policies_password'
verbose_name = 'authentik Policies.Password'
default = True