From 06e7ba98c6b7e7a5016c686276ceaac0f0d6c30f Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:24:11 -0700 Subject: [PATCH] Documentation: note requiring disable PAPERLESS_DISABLE_REGULAR_LOGIN on import --- docs/advanced_usage.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/advanced_usage.md b/docs/advanced_usage.md index 398176267..f10ce0b7f 100644 --- a/docs/advanced_usage.md +++ b/docs/advanced_usage.md @@ -787,6 +787,10 @@ More details about configuration option for various providers can be found in th Once external auth is set up, 'regular' login can be disabled with the [PAPERLESS_DISABLE_REGULAR_LOGIN](configuration.md#PAPERLESS_DISABLE_REGULAR_LOGIN) setting and / or users can be automatically redirected with the [PAPERLESS_REDIRECT_LOGIN_TO_SSO](configuration.md#PAPERLESS_REDIRECT_LOGIN_TO_SSO) setting. +!!! warning + + When exporting and then re-importing your installation with the Paperless exporter, you will need to re-associate your social accounts with your Paperless-ngx account, in which case this setting should be disabled. + ## Decryption of encrypted emails before consumption {#gpg-decryptor} Paperless-ngx can be configured to decrypt gpg encrypted emails before consumption.