From a18186180f54c8b173013c849a427eef38f5809c Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Wed, 14 May 2025 19:48:38 +0200 Subject: [PATCH] Update env-configuration.md --- docs/getting-started/env-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 6295cb4..4971675 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -95,7 +95,7 @@ is also being used and set to `True`. Failure to do so will result in the inabil - Description: Sets the default role assigned to new users. - Persistence: This environment variable is a `PersistentConfig` variable. -#### `ACCOUNT_PENDING_TITLE` +#### `PENDING_USER_OVERLAY_TITLE` - Type: `str` - Default: Empty string (' ') @@ -103,7 +103,7 @@ is also being used and set to `True`. Failure to do so will result in the inabil - Description: Sets a custom title for the account activation screen for pending users. - Persistence: This environment variable is a `PersistentConfig` variable. -#### `ACCOUNT_PENDING_TEXT` +#### `PENDING_USER_OVERLAY_CONTENT` - Type: `str` - Default: Empty string (' ')