Skip to content

Commit 8015181

Browse files
committed
docs(dashboard): create manual for managing admin account
Adds a new user-focused manual under the Web Dashboard section that explains how an administrator can change their primary email address. This guide clarifies that the process is a secure, server-level operation and links directly to the technical guide in the API server documentation.
1 parent 93e638c commit 8015181

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Managing Your Admin Account
3+
description: Learn how to change the primary administrator email address for the application.
4+
---
5+
6+
import { Aside } from '@astrojs/starlight/components';
7+
8+
As the primary administrator, you may need to change the email address associated with your admin account. For security reasons, this is not an operation that can be performed from within the dashboard itself. Instead, it is handled by a secure, server-level configuration change.
9+
10+
This process ensures that only an individual with access to the server's deployment environment can make this critical change.
11+
12+
### How to Change the Administrator Email
13+
14+
The administrator email is controlled by a special environment variable on the API server. To change it, you or your system administrator will need to perform the following steps.
15+
16+
<Aside type="tip" title="Technical Steps Required">
17+
The following action requires access to your API server's hosting environment. For detailed, step-by-step instructions on how to set the required environment variable, please follow the guide below:
18+
19+
**[API Guide: How to Change the Admin Account &rarr;](/docs/api-server/guides/managing-admin-account/)**
20+
</Aside>
21+
22+
By following the linked guide, you will be able to securely set or change the primary administrator account for your entire application.

0 commit comments

Comments
 (0)