diff --git a/k8s/apps/paperless/configmap.yaml b/k8s/apps/paperless/configmap.yaml index 6a0bfc8..94ffbbb 100644 --- a/k8s/apps/paperless/configmap.yaml +++ b/k8s/apps/paperless/configmap.yaml @@ -20,3 +20,10 @@ data: # wire up allauth's confirm-email view, so signup 500s with NoReverseMatch # 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" + # 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"