eye4web/eye4web-zfc-user-warnings

Adds the functionality to give your users warnings


Keywords
zf2, module, zfcuser
License
MIT

Documentation

Eye4webZfcUserWarnings

Build Status Latest Stable Version Latest Unstable Version Code Climate Test Coverage Total Downloads License

Introduction

This module will allow you to give your users warnings.

Installation

With composer

  1. Run the following composer command:

    php composer.phar require eye4web/eye4web-zfc-user-warnings
  2. Enable it in your application.config.php file.

    <?php
    return array(
        'modules' => array(
            // ...
            'Eye4web\ZfcUser\Warnings'
        ),
        // ...
    );

Ban User after X warnings

If you want to ban the user after X warnings you can make user of Eye4webZfcUserWarningsBan.