fix(paperless): use correct env var PAPERLESS_SOCIAL_AUTO_SIGNUP for auto-linking
The correct env var is PAPERLESS_SOCIAL_AUTO_SIGNUP not PAPERLESS_SOCIALACCOUNT_AUTO_SIGNUP This enables automatic linking of Authentik social accounts to existing Paperless users
This commit is contained in:
@@ -21,9 +21,6 @@ data:
|
||||
# on 'account_confirm_email' without this.
|
||||
PAPERLESS_ACCOUNT_EMAIL_VERIFICATION: "none"
|
||||
# Auto-connect social accounts to existing users with matching email
|
||||
PAPERLESS_SOCIALACCOUNT_AUTO_SIGNUP: "true"
|
||||
PAPERLESS_SOCIAL_AUTO_SIGNUP: "true"
|
||||
# Allow automatic linking of social accounts to existing users
|
||||
PAPERLESS_ACCOUNT_ALLOW_SIGNUPS: "true"
|
||||
# Connect social accounts to existing users with matching email
|
||||
PAPERLESS_SOCIALACCOUNT_EMAIL_AUTHENTICATION: "true"
|
||||
PAPERLESS_SOCIALACCOUNT_EMAIL_AUTHENTICATION_AUTO_CONNECT: "true"
|
||||
|
||||
Reference in New Issue
Block a user