From LedHed's Wiki
(→Installation Notes) |
|||
Line 9: | Line 9: | ||
PHP support for Pear-DB must also be installed. One method is to install via a package.<br> | PHP support for Pear-DB must also be installed. One method is to install via a package.<br> | ||
In RH/Fedora Distros these packages are called ''php-pear-DB'' and ''php-pear'' | In RH/Fedora Distros these packages are called ''php-pear-DB'' and ''php-pear'' | ||
+ | |||
+ | Pear-DB format is as follows: | ||
+ | |||
+ | mysql://databaseUser:databasePassword@serverIPorHostname/databaseToUse | ||
+ | |||
+ | Example: | ||
+ | 'mysql://SQLuser:MySQL_Password@localhost/mail' | ||
+ | |||
Revision as of 22:34, 29 March 2007
Change SQL Password is a great plugin for Squirrelmail if you store your user accounts in a SQL database. This plugin provides a way for end users to change their passwords.
Reference: http://www.squirrelmail.org/plugin_view.php?id=117
Installation Notes
This plugin requires the Compatibility Plugin be installed and corresponding Compatibility Plugin be applied to Squirrelmail.
PHP support for Pear-DB must also be installed. One method is to install via a package.
In RH/Fedora Distros these packages are called php-pear-DB and php-pear
Pear-DB format is as follows:
mysql://databaseUser:databasePassword@serverIPorHostname/databaseToUse
Example:
'mysql://SQLuser:MySQL_Password@localhost/mail'