From 5589a584b690bfbd1f668f08d38f15f4294692b0 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 10 Jul 2026 11:05:40 -0700 Subject: [PATCH] Documentation: clarify PAPERLESS_URL requirement for pw reset --- docs/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index 2dcfcda66..187594bec 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -397,8 +397,8 @@ For related metadata such as tags, correspondents, document types, and storage p ### Password reset In order to enable the password reset feature you will need to setup an SMTP backend, see -[`PAPERLESS_EMAIL_HOST`](configuration.md#PAPERLESS_EMAIL_HOST). If your installation does not have -[`PAPERLESS_URL`](configuration.md#PAPERLESS_URL) set, the reset link included in emails will use the server host. +[`PAPERLESS_EMAIL_HOST`](configuration.md#PAPERLESS_EMAIL_HOST). You should also set +[`PAPERLESS_URL`](configuration.md#PAPERLESS_URL) and / or its corresponding configuration settings. ### Two-factor authentication