Adding reminder
[squirrelmail.git] / plugins / change_password / README
CommitLineData
27663afe 1Master Change Password plugin
2-----------------------------
3
4WHAT'S THIS?
5This plugin is a general framework for enabling the user to
6change his/her password. It allows for different backend
7to perform this task on different systems.
8
9STATUS
10Development
11
12CONFIGURATION
13Edit the file config.php to set the backend you want to use.
14Probably, you need to set some config vars in the backend too
15(backend/<yourbackend>.php).
16
17BACKENDS
4165198d 18- mysql
19
20 Default settings are supplied in backends/mysql.php.
21
22 You do not have to change any configuration vars in
23 backend/mysql.php - instead, create an array in config.php
24 containing the variable you want to override, for example:
25
26 To override the server name ($mysql_server), you would add
27 $mysql['server'] = 'remote_servername';
28 to config.php.
29
27663afe 30-
31-
32
33
34AUTHORS
35
36
37
38$Id$