From LedHed's Wiki
Revision as of 22:34, 29 March 2007 by Ledhed (Talk | contribs)

Jump to: navigation, search

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'