From 7c239f5218bd8e37172e76e641796b0cd477a97e Mon Sep 17 00:00:00 2001 From: nour guidara Date: Thu, 24 Apr 2025 19:45:29 +0100 Subject: [PATCH 1/2] Update Impersonate-user.md --- docs/Admin/Impersonate-user.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/docs/Admin/Impersonate-user.md b/docs/Admin/Impersonate-user.md index 71a289a73..8c3f90436 100644 --- a/docs/Admin/Impersonate-user.md +++ b/docs/Admin/Impersonate-user.md @@ -1,8 +1,22 @@ -Admin Panel / People / Click at right side of usename `...` button that is User Settings / Impersonate user. +## Impersonate a User -You will be switched to logged in as that user. +To impersonate another user in the Admin Panel: -To switch back to your original user, at your webbrowser click `Reload open webpage` round arrow button. +1. Go to **Admin Panel** → **People**. +2. Find the user you want to impersonate. +3. Click the **`...` (three dots)** menu on the right side of the username. +4. Select **User Settings** → **Impersonate User**. -This feature was added to Wekan v4.39 at https://github.com/wekan/wekan/pull/3280 +You will now be logged in as that user. + +### How to Switch Back +To return to your original admin account: + +- Click the **Reload** (🔄) button in your web browser to refresh the page. + +--- + +📝 **Note:** +This feature was added in **Wekan v4.39** +See [Issue #3280](https://github.com/wekan/wekan/issues/3280) for more details. From 1301d67295953183b26feb17db4012febfc55df8 Mon Sep 17 00:00:00 2001 From: nour guidara Date: Thu, 24 Apr 2025 20:14:41 +0100 Subject: [PATCH 2/2] Update Impersonate-user.md Restored direct link to the original pull request (#3280) as requested --- docs/Admin/Impersonate-user.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Admin/Impersonate-user.md b/docs/Admin/Impersonate-user.md index 8c3f90436..d2e81190d 100644 --- a/docs/Admin/Impersonate-user.md +++ b/docs/Admin/Impersonate-user.md @@ -17,6 +17,5 @@ To return to your original admin account: --- 📝 **Note:** -This feature was added in **Wekan v4.39** -See [Issue #3280](https://github.com/wekan/wekan/issues/3280) for more details. +This feature was added to Wekan v4.39 at https://github.com/wekan/wekan/pull/3280