The Compte plugin
This plugin allows you to create and identify user accounts on your network and connect them to equipment.
You can also link documents and tickets.
An account expiration notification email is sent with a specified lead time if an expiration date is entered for an account.
Prerequisites
PHP mcrypt module is required (package “php4-mcrypt” or “php5-mcrypt” in debian 4, depending on your version of PHP).
Installation
After decompressing the archive into the plugin folder of GLPI log on as administrator:
Menu: Configuration / Plugins / Accounts / Installation
This will create the tables used by the plugin.
Rights Management
Menu: Configuration / Plugins / Accounts / Management rights profile
This step allows you to define user profiles that can use the plugin.
Reports
Features
Tips
Known Issues
v1.3 line 467 in setup.php
Replace
if ($val==1 && ($data['device_type']!=USER_TYPE)){
with
if ($val==1 && ($data['type']!=USER_TYPE)){