Source for file setup.php
Documentation is available at setup.php
-  * setup.php - Generic Change Password plugin 
-  * This plugin aims to provide a general framework for all password 
-  * changing methods that currently have their own plugins. 
-  * @copyright 2003-2020 The SquirrelMail Project Team 
-  * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
-  * @version $Id: setup.php 14845 2020-01-07 08:09:34Z pdontthink $ 
-  * @subpackage change_password 
-     global $squirrelmail_plugin_hooks; 
-     $squirrelmail_plugin_hooks['optpage_register_block']['change_password'] - =  'change_password_optpage';
 
-     $squirrelmail_plugin_hooks['optpage_set_loadinfo']['change_password'] - =  'change_password_loadinfo';
 
-  * Add plugin option block 
-     $optpage_blocks[] - =  array(
 
-         'name' - =>  _("Change Password"),
 
-         'url' - =>  '../plugins/change_password/options.php',
 
-         'desc' - =>  _("Use this to change your email password."),
 
-  * Displays information after "Successfully Saved Options:" 
-     global $optpage, $optpage_name; 
-     if ($optpage- == 'change_password') {
 
-         // i18n: is displayed after "Successfully Saved Options:" 
-         $optpage_name- = _("User's Password");
 
-  * Return version information 
-  * @return string version number 
 
	
		Documentation generated on Mon, 13 Jan 2020 04:23:32 +0100 by phpDocumentor 1.4.3