eye4web/eye4web-zfc-user-warnings

Adds the functionality to give your users warnings

0.0.4 2017-08-15 18:23 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:36:20 UTC


README

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.