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
|
description: Configure how authentik should show avatars for users
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: gravatar
|
default: gravatar,initials
|
||||||
- variable: token_length
|
- variable: token_length
|
||||||
label: Token Length
|
label: Token Length
|
||||||
description: Configure the length of generated tokens
|
description: Configure the length of generated tokens
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ authentik:
|
|||||||
allow_user_username_change: true
|
allow_user_username_change: true
|
||||||
gdpr_compliance: true
|
gdpr_compliance: true
|
||||||
impersonation: true
|
impersonation: true
|
||||||
avatars: "gravatar"
|
avatars: "gravatar,initials"
|
||||||
token_length: 128
|
token_length: 128
|
||||||
# Use single quotes for footer_links
|
# Use single quotes for footer_links
|
||||||
footer_links: '[{"name": "Link Name", "href": "https://mylink.com"}]'
|
footer_links: '[{"name": "Link Name", "href": "https://mylink.com"}]'
|
||||||
|
|||||||
Reference in New Issue
Block a user