Skip to content

Add user menu and profile settings to admin panel #4

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 1 commit into
base: develop
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
31 changes: 27 additions & 4 deletions docusaurus/docs/cms/features/admin-panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title: Admin panel
description: Learn to use the admin panel.
toc_max_heading_level: 5
tags:
- admin panel
- profile
- light mode
- dark mode
- admin panel
- profile
- light mode
- dark mode
---

# Administration panel
Expand Down Expand Up @@ -153,3 +153,26 @@ sources={{
dark: '/img/assets/getting-started/login-page_DARK.png',
}}
/>

### User menu

The user menu is located in the bottom left corner of the admin panel. It displays your account name or initials. Clicking on it opens a dropdown menu with the following options:

- **Profile**: Access your user profile settings
- **Logout**: Log out of the admin panel

<ThemedImage
alt="User menu in the Admin Panel"
sources={{
light: '/img/assets/getting-started/user-menu.png',
dark: '/img/assets/getting-started/user-menu_DARK.png',
}}
/>

When you click on your profile, you'll see detailed information including:

- Your full name
- Your email address
- Your role(s) within the Strapi application

You can also access additional options to manage your account and preferences from this menu.