From ce9406a7edf387bd85b4dec0459eda99ffa2b4b5 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Sun, 11 Jan 2026 21:09:48 -0500 Subject: [PATCH] docs: Update "Invite a User" guide to include email configuration tip --- documentation/docs/guides/invite_user.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/docs/guides/invite_user.md b/documentation/docs/guides/invite_user.md index d8d42b69..8f0fff24 100644 --- a/documentation/docs/guides/invite_user.md +++ b/documentation/docs/guides/invite_user.md @@ -2,3 +2,5 @@ AdventureLog allows for admin users to invite new users to create an account via an email invitation. Invites are sent from the AdventureLog [Admin Panel](admin_panel.md) or via a custom invite form. The invite section of the admin panel can be found at `/admin/invitations/invitation/add/`. + +Tip: make sure you have a working email setup for AdventureLog to send emails. See the [Email Configuration Guide](../configuration/email.md) for more information.