Function: allows hMail users the ability to change their hMail password from within the setting options.

Required Plugins: settings

1: copy the "hmail_password" folder to your plugin directory.
<install directory>\plugins\hmail_password

2: Copy <install directory>\plugins\hmail_password\config.inc.php.dist to
   <install directory>\plugins\hmail_password\config.inc.php and configure the file.
   
3: add "hmail_password" to your plugin array settings in your <install directory>\config\main.inc.php

$rcmail_config['plugins'] = array(<other plugins>,'hmail_password')

If configured correctly, you should be able to go into your Settings - Account Administration and modify
their hMail password.