small comment changes.
[squirrelmail.git] / plugins / change_password / README
1 Master Change Password plugin
2 -----------------------------
3
4 WHAT'S THIS?
5 This plugin is a general framework for enabling the user to
6 change his/her password. It allows for different backend
7 to perform this task on different systems.
8
9 STATUS
10 Development
11
12 CONFIGURATION
13 Edit the file config.php to set the backend you want to use.
14 Probably, you need to set some config vars in the backend too
15 (backend/<yourbackend>.php).
16
17 BACKENDS
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
30 -
31 -
32
33
34 AUTHORS
35
36
37
38 $Id$