flagrow / impersonate
This package is abandoned and no longer maintained.
The author suggests using the fof/impersonate package instead.
Login as other users of your forum
Package info
github.com/FriendsOfFlarum/impersonate
Type:flarum-extension
pkg:composer/flagrow/impersonate
Fund package maintenance!
2.0.0-beta.2
2026-02-06 09:25 UTC
Requires
- flarum/core: ^2.0.0
Requires (Dev)
- flarum/phpstan: ^2.0.0
- flarum/testing: ^2.0.0
Suggests
- fof/moderator-notes: Allows audit logging when users are impersonated
Replaces
- 2.x-dev
- 2.0.0-beta.2
- 2.0.0-beta.1
- 1.x-dev
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.1
- 0.4.0
- 0.3.0
- 0.2.0
- 0.2.0-beta.1
- 0.1.0
- dev-dependabot/npm_and_yarn/js/babel/plugin-transform-modules-systemjs-7.29.4
- dev-dependabot/npm_and_yarn/js/fast-uri-3.1.2
- dev-dependabot/npm_and_yarn/js/lodash-4.18.1
- dev-dependabot/npm_and_yarn/js/picomatch-2.3.2
This package is auto-updated.
Last update: 2026-05-09 13:58:24 UTC
README
This extension adds a "Log in as user" button on user profiles for administrators and others who are granted the permission.
Installation
Install manually:
composer require fof/impersonate:"*"
Updating
composer update fof/impersonate php flarum migrate php flarum cache:clear
Configuration
You can configure which groups can impersonate users by going to Permissions > Login as other users. Use with caution, as anybody with that permission can easily access the private data of every user on the forum. non-admins cannot impersonate an admin account, for security reasons.