Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dillchuk/zfcusersubstitute

It's like the su command for ZfcUser & ZF3.
https://github.com/dillchuk/zfcusersubstitute

zendframework zf3 zfcuser

Last synced: about 2 months ago
JSON representation

It's like the su command for ZfcUser & ZF3.

Awesome Lists containing this project

README

        

# ZfcUserSubstitute
It's like the su command for ZfcUser & ZF3.

## Installation
In your `modules.config.php`, set up
```php
'ZfcUser', 'ZfcUserSubstitute'
```

Then, when logged in, hit the following URI:
```
/admin/user/substitute/
```
Ensure the above is locked down with access controls!


Then, to exit, hit the following URI:
```
/admin/user/unsubstitute
```

You can put this exit on the UI as follows:
```php
originalIdentity()): ?>
Back to original user

```