👻 Allow administrators to become a different user
Перейти к файлу
nextcloud-command 9407673ed0 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2024-06-30 02:47:53 +00:00
.github chore(CI): Updating pr-feedback.yml workflow from template 2024-06-02 10:19:36 +00:00
.tx
appinfo feat(deps): Add Nextcloud 30 support on master 2024-03-28 13:07:44 +01:00
css
img
js
l10n Fix(l10n): Update translations from Transifex 2024-06-18 00:56:48 +00:00
lib refactor: promoted arguments, switching to IAppConfig 2024-03-13 13:11:42 +01:00
screenshots
templates
tests refactor: promoted arguments, switching to IAppConfig 2024-03-13 13:11:42 +01:00
.gitignore
.nextcloudignore
.php-cs-fixer.dist.php
CHANGELOG.md docs(Changelog): update changelog for 1.16.0 2024-03-13 13:13:12 +01:00
COPYING
Makefile
README.md
composer.json
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2024-06-30 02:47:53 +00:00
krankerl.toml

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.