2017 © Pedro PelĂĄez
 

library eye4web-zfc-user-force-logout

Adds the functionality to force a user to logout.

image

eye4web/eye4web-zfc-user-force-logout

Adds the functionality to force a user to logout.

  • Saturday, September 6, 2014
  • by Danielss89
  • Repository
  • 1 Watchers
  • 0 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Eye4webZfcUserForceLogout

Build Status Latest Stable Version Latest Unstable Version Code Climate Test Coverage Total Downloads License, (*1)

Introduction

This module will force log the user to log out if the flag is set in database, (*2)

Installation

With composer

  1. Add this project composer.json:, (*3)

    "require": {
        "eye4web/eye4web-zfc-user-force-logout": "dev-master"
    }
    
  2. Now tell composer to download the module by running the command:, (*4)

    $ php composer.phar update
    
  3. Enable it in your application.config.php file., (*5)

    <?php
    return array(
        'modules' => array(
            // ...
            'Eye4web\ZfcUser\ForceLogout'
        ),
        // ...
    );
    
  4. Make your user entity implement Eye4web\ZfcUser\ForceLogout\Entity\UserForceLogoutInterface, (*6)

The Versions

06/09 2014