👻 Allow administrators to become a different user
Перейти к файлу
Arthur Schiwon 8c4ed0e5a8
style(PHP): adjust to updated code style rules
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-09-02 11:50:12 +02:00
.github chore: update workflows from templates 2024-08-22 22:18:47 +02:00
.tx
appinfo feat(deps): Add Nextcloud 31 support on master 2024-08-14 12:54:17 +02:00
css
img
js
l10n Fix(l10n): Update translations from Transifex 2024-08-15 01:07:12 +00:00
lib style(PHP): adjust to updated code style rules 2024-09-02 11:50:12 +02: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 build(Release): 1.17.0 2024-07-25 00:01:40 +02:00
COPYING
Makefile
README.md
composer.json chore(dev-deps): Bump nextcloud/ocp package 2024-02-18 02:30:48 +00:00
composer.lock Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.2.3 2024-08-24 02:16:17 +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.