2017 © Pedro Peláez
 

library zfc-user-substitute

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

image

illchuk/zfc-user-substitute

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

  • Wednesday, September 13, 2017
  • by dillchuk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 50 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

ZfcUserSubstitute

It's like the su command for ZfcUser & ZF3., (*1)

Installation

In your modules.config.php, set up, (*2)

'ZfcUser', 'ZfcUserSubstitute'

Then, when logged in, hit the following URI:, (*3)

/admin/user/substitute/<existing user ID>

Ensure the above is locked down with access controls!, (*4)

Then, to exit, hit the following URI:, (*5)

/admin/user/unsubstitute

You can put this exit on the UI as follows:, (*6)

<?php if ($this->originalIdentity()): ?>
<a href="<?php echo $this->url('zfcusersubstitute/unsubstitute') ?>">Back to original user</a>
<?php endif; ?>

The Versions

13/09 2017

dev-master

9999999-dev https://github.com/dillchuk/ZfcUserSubstitute

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

  Sources   Download

MIT

The Requires

 

zfcuser zendframework zf3

13/09 2017

v0.1.1

0.1.1.0 https://github.com/dillchuk/ZfcUserSubstitute

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

  Sources   Download

MIT

The Requires

 

zfcuser zendframework zf3

09/09 2017

v0.1.0

0.1.0.0 https://github.com/dillchuk/ZfcUserSubstitute

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

  Sources   Download

MIT

The Requires

 

zfcuser zendframework zf3