chore(authentic): update default avatar value (#7372)
* Update default avatar env value Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com> * Update Chart.yaml * Update questions.yaml --------- Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com>
This commit is contained in:
@@ -82,7 +82,7 @@ questions:
|
||||
description: Configure how authentik should show avatars for users
|
||||
schema:
|
||||
type: string
|
||||
default: gravatar
|
||||
default: gravatar,initials
|
||||
- variable: token_length
|
||||
label: Token Length
|
||||
description: Configure the length of generated tokens
|
||||
|
||||
@@ -41,7 +41,7 @@ authentik:
|
||||
allow_user_username_change: true
|
||||
gdpr_compliance: true
|
||||
impersonation: true
|
||||
avatars: "gravatar"
|
||||
avatars: "gravatar,initials"
|
||||
token_length: 128
|
||||
# Use single quotes for footer_links
|
||||
footer_links: '[{"name": "Link Name", "href": "https://mylink.com"}]'
|
||||
|
||||
Reference in New Issue
Block a user