The Passwd plugin allows the user to change the current user password inside of WebApp.
This plugin is largely based on the Passwd plugin by Andreas Brodowski. For his original work check this link This plugin is a fork of zarafa-webapp-passwd link written by Saket Patel
- If you want to use this plugin with production / debug version of webapp then unzip ./builds/passwd-1.3.zip in <webapp_path>/plugins directory
- [ATTENTION NOT TESTED on Kopano] If you are using LDAP plugin then change PLUGIN_PASSWD_LDAP to true and also set proper values for PLUGIN_PASSWD_LDAP_BASEDN and PLUGIN_PASSWD_LDAP_URI configurations 2a. If you are using DB plugin then no need to change anything, default configurations should be fine
- Restart apache, reload webapp after clearing cache
- If you want to enable this plugin by default for all users then edit config.php file and change PLUGIN_PASSWD_USER_DEFAULT_ENABLE setting to true
- Go to settings section
- Go to Plugins tab
- Enable password change plugin and reload webapp
- Go to Change Password tab of settings section
- Provide current password and new password
- Click on apply
- If password change is success you will be logged out
- Go to settings section
- Go to Plugins tab
- Disable password change plugin and reload webapp
- Feedback/Bug Reports are welcome
- thanks to h44z for adding password meter and icon for the plugin