Π·Π΅ΡΠΊΠ°Π»ΠΎ ΠΈΠ· https://github.com/nextcloud/impersonate.git
3272786f8b
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.2.1 to 1.2.3. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v1.2.1...v1.2.3) --- updated-dependencies: - dependency-name: nextcloud/coding-standard dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
.tx | ||
appinfo | ||
css | ||
img | ||
js | ||
l10n | ||
lib | ||
screenshots | ||
templates | ||
tests | ||
.gitignore | ||
.nextcloudignore | ||
.php-cs-fixer.dist.php | ||
CHANGELOG.md | ||
COPYING | ||
Makefile | ||
README.md | ||
composer.json | ||
composer.lock | ||
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:
- Login as administrator to Nextcloud.
- Open users administration interface.
- Select the impersonate button on the affected user.
- 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.