Thijs Kinkhorst a73561b911 Increment year in copyright notice. 20 anni fa
..
backend a73561b911 Increment year in copyright notice. 20 anni fa
README d5fc6066a0 updates to mysql backend in change_password plugin.. 21 anni fa
config.php 8c8ecffa57 Replacing tabs with spaces, trimming white space at EOL and newline at EOF 21 anni fa
functions.php a73561b911 Increment year in copyright notice. 20 anni fa
index.php a73561b911 Increment year in copyright notice. 20 anni fa
options.php a73561b911 Increment year in copyright notice. 20 anni fa
setup.php a73561b911 Increment year in copyright notice. 20 anni fa
version 59a7a51be0 Add merak backend by E. van Elk, fix a bug and some cosmetic changes. The 21 anni fa

README

Master Change Password plugin
-----------------------------

WHAT'S THIS?
This plugin is a general framework for enabling the user to
change his/her password. It allows for different backend
to perform this task on different systems.

STATUS
Development

CONFIGURATION
Edit the file config.php to set the backend you want to use.
Probably, you need to set some config vars in the backend too
(backend/.php).

BACKENDS
- mysql

Default settings are supplied in backends/mysql.php.

You do not have to change any configuration vars in
backend/mysql.php - instead, create an array in config.php
containing the variable you want to override, for example:

To override the server name ($mysql_server), you would add
$mysql['server'] = 'remote_servername';
to config.php.

-
-


AUTHORS



$Id$