eye4web / eye4web-zfc-user-warnings
Adds the functionality to give your users warnings
Installs: 17 180
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 2
Open Issues: 1
Requires
- php: >=5.4
- zf-commons/zfc-user: ^1.4
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- doctrine/doctrine-orm-module: 0.*
- phpunit/phpunit: 4.*
- squizlabs/php_codesniffer: 1.5.*
- zendframework/zend-captcha: ~2.1
This package is not auto-updated.
Last update: 2024-10-26 16:30:21 UTC
README
Introduction
This module will allow you to give your users warnings.
Installation
With composer
-
Run the following composer command:
php composer.phar require eye4web/eye4web-zfc-user-warnings
-
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.