From 3d18934a8fec45d2f2c0de8a6d3343922c08109d Mon Sep 17 00:00:00 2001 From: "dev-docs-github-app-dev[bot]" <178211755+dev-docs-github-app-dev[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 06:31:29 +0000 Subject: [PATCH] Update file --- docusaurus/docs/cms/features/admin-panel.md | 31 ++++++++++++++++++--- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/docusaurus/docs/cms/features/admin-panel.md b/docusaurus/docs/cms/features/admin-panel.md index ce220a0b12..08c3638d1a 100644 --- a/docusaurus/docs/cms/features/admin-panel.md +++ b/docusaurus/docs/cms/features/admin-panel.md @@ -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 @@ -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 + + + +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.