Skip to content

update info about admin user #324

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/docs/features/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Additionally, our system can integrate social logins from various platforms such
**For further details, refer to the configuration guides provided here: [Authentication](/docs/configuration/authentication)**

<Callout type="warning" title="Important">
- When you run the app for the first time, you need to create a new account by clicking on "Sign up" on the login page. The first account you make will be the admin account. The admin account doesn't have any special features right now, but it might be useful for the admin dashboard to manage other users later.
- When you run the app for the first time, you need to create a new account by clicking on "Sign up" on the login page. The first account you make will be the admin account. At the moment, the only privilege of the admin user is to control [agents](docs/features/agents#administrator-controls), prompts, and [memory](/docs/features/memory) permissions, and it will be useful for the admin dashboard to manage users and other settings later.
- The first account created should ideally be a local account (email and password).
</Callout>

Expand All @@ -27,4 +27,4 @@ Additionally, our system can integrate social logins from various platforms such
<div className="image-dark-theme">
![Image for Dark Theme](https://github.com/danny-avila/LibreChat/assets/32828263/dddc34c6-9602-4177-89e8-4c0db01b0eac)
</div>
</div>
</div>
Loading