https://github.com/FriendsOfFlarum/impersonate
Login as other users of your forum
https://github.com/FriendsOfFlarum/impersonate
Last synced: 21 days ago
JSON representation
Login as other users of your forum
- Host: GitHub
- URL: https://github.com/FriendsOfFlarum/impersonate
- Owner: FriendsOfFlarum
- License: mit
- Created: 2018-03-07T01:12:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T09:12:28.000Z (6 months ago)
- Last Synced: 2024-10-29T22:37:24.262Z (6 months ago)
- Language: PHP
- Size: 498 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-flarum - FoF Impersonate - Login as other users of your forum. (Extensions / Authentication & Authorization ([:top:](#table-of-contents)))
README
# Impersonate by FriendsOfFlarum
[](https://github.com/FriendsOfFlarum/impersonate/blob/master/LICENSE.md) [](https://packagist.org/packages/fof/impersonate) [](https://packagist.org/packages/fof/impersonate) [](https://opencollective.com/fof/donate)
This extension adds a "Log in as user" button on user profiles for administrators and others who are granted the permission.
## Installation
Install manually:
```bash
composer require fof/impersonate:"*"
```## Updating
```bash
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.**## Links
- [](https://opencollective.com/fof/donate)
- [Flarum Discuss post](https://discuss.flarum.org/d/9868)
- [Source code on GitHub](https://github.com/FriendsOfFlarum/impersonate)
- [Report an issue](https://github.com/FriendsOfFlarum/issues)
- [Download via Packagist](https://packagist.org/packages/fof/impersonate)