Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhensby/silverstripe-masquerade
SilverStripe module to allow users to "masquerade" as other users
https://github.com/dhensby/silverstripe-masquerade
Last synced: about 1 month ago
JSON representation
SilverStripe module to allow users to "masquerade" as other users
- Host: GitHub
- URL: https://github.com/dhensby/silverstripe-masquerade
- Owner: dhensby
- License: isc
- Created: 2014-08-14T14:35:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T18:03:09.000Z (about 1 year ago)
- Last Synced: 2024-05-17T00:19:34.553Z (6 months ago)
- Language: PHP
- Size: 186 KB
- Stars: 15
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
- awesome-silverstripe-cms - Masquerade - Allows an Administrator to "login" as another "Member". This can be useful for debugging and remote support. (Very Useful Modules / Development Helpers)
README
# SilverStripe Masquerade Module
[![Lint, Test & Release](https://github.com/dhensby/silverstripe-masquerade/actions/workflows/tests.yml/badge.svg)](https://github.com/dhensby/silverstripe-masquerade/actions/workflows/tests.yml)
## About
This module is designed to allow an Administrator to "login" as another "Member" without changing their password or
having to enter into other work-arounds. This can be useful for debugging, remote support and verifying bugs that others
report.## Documentation
Please see the [documentation](./docs/en/index.md)
## Installation
Installation is only supported via composer
```sh
$ composer require dhensby/silverstripe-masquerade
```## Contributing
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines regarding testing and development instructions.
A change log is maintained in [CHANGELOG.md](CHANGELOG.md)
## Reporting security issues
TBC
## License
Please see [LICENSE.md](./LICENSE.md)
## Credits
Mask logo by [Travis Beckham](https://thenounproject.com/squidfingers/)
3.1.x Compatibility fix by @axyr