unikka/login-as
composer require unikka/login-as
Plugin for the Neos CMS that enables users to login with other accounts for support reasons e.g.
v1.1.0
Plugin for the Neos CMS that enables users to login with other accounts for support reasons e.g.
LoginAs package
This package enables users to login as another user. So that the users can give better support.
Installation
composer require unikka/login-as --no-update
The --no-update command prevents the automatic update of the dependencies. After the package was added to your theme composer.json
, go back to the root of the Neos installation and run composer update. Your desired package is now installed correctly.
Configuration
If you want, you can define redirections in case a user is logged in or restored.
Unikka:
LoginAs:
redirectOptions:
restore:
action: 'myAction'
controller: 'myController'
package: 'mypackage'
impersonate:
action: 'myAction'
controller: 'myController'
package: 'mypackage'
Contribution
We'd love you to contribute to LoginAs. We try to make it as easy as possible. We are using semantic versioning to have more time to concentrate on important stuff instead of struggling in the dependency or release hell.
Therefore the first rule is to follow the eslint commit message guideline.
It is really easy if you always commit via yarn commit
. Commitizen will guide you.
All PRs will be merged into the master branch. Travis and semantic release will check the commit messages and start building a new release when the analysis of the latest commits will trigger that.
If you have questions just ping us on Twitter or Github.
About
The package is based on a pull request from Dominique Feyer (@dfeyer). We are thankful for the basis.
License
The MIT License (MIT). Please see License File for more information.