PHPackages                             illchuk/zfc-user-substitute - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. illchuk/zfc-user-substitute

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

illchuk/zfc-user-substitute
===========================

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

v0.1.1(8y ago)060MITPHPPHP ^5.5|^7.0

Since Sep 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dillchuk/ZfcUserSubstitute)[ Packagist](https://packagist.org/packages/illchuk/zfc-user-substitute)[ Docs](https://github.com/dillchuk/ZfcUserSubstitute)[ RSS](/packages/illchuk-zfc-user-substitute/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

ZfcUserSubstitute
=================

[](#zfcusersubstitute)

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

Installation
------------

[](#installation)

In your `modules.config.php`, set up

```
'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:

```
