chore: add authentik_login_user_fields to allow showing custom fields, or removing them
e.g when using social + local logins
This commit is contained in:
parent
b00a051b9d
commit
5ed12c64d0
2 changed files with 13 additions and 2 deletions
|
|
@ -99,6 +99,12 @@ authentik_login_source_ids: []
|
|||
# - "source-entra-entra-id"
|
||||
authentik_identification_stage_name: default-authentication-identification
|
||||
|
||||
# Local login fields to show on login screen (username, email, upn)
|
||||
# Set to empty list to hide local login form entirely
|
||||
authentik_login_user_fields:
|
||||
- username
|
||||
- email
|
||||
|
||||
# Local users to provision
|
||||
authentik_local_users: []
|
||||
# - username: admin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue