From 1a16d1cedf6deb04fda45814cb1a0d7b9c7c8b3f Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Wed, 14 May 2025 19:24:33 +0200 Subject: [PATCH] Update env-configuration.md --- docs/getting-started/env-configuration.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 66a6fc9..6295cb4 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -95,6 +95,22 @@ 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` + +- Type: `str` +- Default: Empty string (' ') +- Default: `pending` +- Description: Sets a custom title for the account activation screen for pending users. +- Persistence: This environment variable is a `PersistentConfig` variable. + +#### `ACCOUNT_PENDING_TEXT` + +- Type: `str` +- Default: Empty string (' ') +- Default: `pending` +- Description: Sets a custom text for the account activation screen for pending users. +- Persistence: This environment variable is a `PersistentConfig` variable. + #### `ENABLE_CHANNELS` - Type: `bool`