πŸ‘» Allow administrators to become a different user
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Arthur Schiwon f588117d97
Merge pull request #348 from nextcloud/automated/noid/master-update-nextcloud-ocp
[master] Update nextcloud/ocp dependency
2024-09-16 10:48:10 +02:00
.github ci: Update workflows 2024-09-10 11:15:23 +02:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:36:00 +00:00
appinfo feat(deps): Add Nextcloud 31 support on master 2024-08-14 12:54:17 +02:00
css Initial import 2017-04-26 14:29:59 +02:00
img Initial import 2017-04-26 14:29:59 +02:00
js fix(frontend): fix determining user id 2023-11-08 22:04:55 +01:00
l10n Fix(l10n): Update translations from Transifex 2024-09-11 01:05:32 +00:00
lib style(PHP): adjust to updated code style rules 2024-09-02 11:50:12 +02:00
screenshots Initial import 2017-04-26 14:29:59 +02:00
templates changed block header from "Impersonate" to "Impersonate user" to improve translation. 2019-04-03 13:59:39 +02:00
tests refactor: promoted arguments, switching to IAppConfig 2024-03-13 13:11:42 +01:00
.gitignore set platform to PHP 8.0 2023-02-13 21:36:02 +01:00
.nextcloudignore chore: remove files from packaging 2023-05-23 12:04:00 +02:00
.php-cs-fixer.dist.php set platform to PHP 8.0 2023-02-13 21:36:02 +01:00
CHANGELOG.md build(Release): 1.17.0 2024-07-25 00:01:40 +02:00
COPYING Initial import 2017-04-26 14:29:59 +02:00
Makefile versionless release tarball name for auto-publish 2021-11-18 23:45:27 +01:00
README.md Add instructions/caveats to README 2023-08-21 11:56:13 -04:00
composer.json chore(dev-deps): Bump nextcloud/ocp package 2024-02-18 02:30:48 +00:00
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2024-09-15 03:02:50 +00:00
krankerl.toml adjust krankerl config 2020-05-22 15:46:02 +02:00

README.md

Impersonate

Allow administrators to become a different user by adding an impersonate action to the user list. This is especially useful for debugging issues reported by users.

To impersonate a user an administrator has to simply follow the following four steps:

  1. Login as administrator to Nextcloud.
  2. Open users administration interface.
  3. Select the impersonate button on the affected user.
  4. Confirm the impersonation.

The administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.

Note:

  • This app is not compatible with instances that have encryption enabled.
  • While impersonate actions are logged, note that actions performed impersonated will be logged as the impersonated user.
  • Impersonating a user is only possible after their first login.