Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 1.09 KB

Settings.md

File metadata and controls

17 lines (12 loc) · 1.09 KB

Settings

Properties

Name Type Description Notes
avatars kotlin.String Configure how authentik should show avatars for users. [optional]
defaultUserChangeName kotlin.Boolean Enable the ability for users to change their name. [optional]
defaultUserChangeEmail kotlin.Boolean Enable the ability for users to change their email address. [optional]
defaultUserChangeUsername kotlin.Boolean Enable the ability for users to change their username. [optional]
eventRetention kotlin.String Events will be deleted after this duration.(Format: weeks=3;days=2;hours=3,seconds=2). [optional]
footerLinks kotlin.Any The option configures the footer links on the flow executor pages. [optional]
gdprCompliance kotlin.Boolean When enabled, all the events caused by a user will be deleted upon the user's deletion. [optional]
impersonation kotlin.Boolean Globally enable/disable impersonation. [optional]