Use <plugin>_info() function if at all possible instead of <plugin>_version()
[squirrelmail.git] / plugins / administrator / INSTALL
CommitLineData
e3106edd 1Administrator Plugin
cc4f163c 2--------------------
e3106edd 3
cc4f163c 4In order to use this plugin, you must first activate it using
5conf.pl and then you must change the config/config.php files
6permissions to 660. This file must be owned by the user who you
7want to have access to this plugin (only one user allowed) and
7b17e364 8the group must be the group of the user who is running php. This
9authentication method requires posix support in php and doesn't
33c308e5 10work, if user's id equals to 0.
e3106edd 11
cc4f163c 12An alternative method, but less secure, is to add a file called
13admins into the plugin folder with the names of the users that
daa192a8 14you want to allow the use of the plugin.
fba9ad27 15
cc4f163c 16Use this plugin at your own risk, and always remember to make a
920c9b9b 17backup of your config.php file before use.
a9894104 18
19Order of authentication checks
20------------------------------
21When plugin checks if user can use it, it first checks
22plugins/administrator/admins file. If file does not exist, plugin
23checks config/admins. If plugin can't find admins file, it tries to
24use uid based authentication.
7aa22276 25
26
27Credits
28-------
29
30The administrator plugin was originally created by Philippe Mingo, and is now
31maintained by the SquirrelMail Project Team.