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:
2026-09-15 02:30:12 +09:00
parent 2b2ceab2d1
commit 283d30b422
+1 -4
View File
@@ -21,9 +21,6 @@ data:
# on 'account_confirm_email' without this. # on 'account_confirm_email' without this.
PAPERLESS_ACCOUNT_EMAIL_VERIFICATION: "none" PAPERLESS_ACCOUNT_EMAIL_VERIFICATION: "none"
# Auto-connect social accounts to existing users with matching email # 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 # Allow automatic linking of social accounts to existing users
PAPERLESS_ACCOUNT_ALLOW_SIGNUPS: "true" 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"