1
0
Fork 0
mirror of https://github.com/dducret/kopano-webapp-passwd synced 2026-08-06 15:33:14 +02:00

Build 1.3

Build 1.3
This commit is contained in:
Denis Ducret 2017-02-15 15:19:35 +01:00
commit 35c6d1923f
2 changed files with 12 additions and 12 deletions

View file

@ -1,28 +1,28 @@
zarafa-webapp-passwd zarafa-webapp-passwd
==================== ====================
The Passwd plugin allows the user to change his password inside of WebApp. 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. This plugin is largely based on the Passwd plugin by Andreas Brodowski.
For his original work check this [link](https://community.zarafa.com/pg/plugins/project/157/developer/dw2412/passwd-plugin) For his original work check this [link](https://community.zarafa.com/pg/plugins/project/157/developer/dw2412/passwd-plugin)
## How to install ## How to install
1. If you want to use this plugin with production / debug version of webapp then please download package from [community](https://community.zarafa.com/pg/plugins/project/23147/developer/silentsakky/webapp-password-change) 1. 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
2. If you want to use this plugin with source copy of webapp then you can just download this whole project 2. [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
3. Extract contents of this plugin to <webapp_path>/plugins directory 2a. If you are using DB plugin then no need to change anything, default configurations should be fine
4. Give read permissions to apache for <webapp_path>/plugins/passwd directory 4. Restart apache, reload webapp after clearing cache
5. 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 5. 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
6. If you are using DB plugin then no need to change anything, default configurations should be fine
5. Restart apache, reload webapp after clearing cache
6. 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
## How to enable ## How to enable
1. Go to settings section 1. Go to settings section
2. Go to Plugins tab 2. Go to Plugins tab
3. Enable password change plugin and reload webapp 3. Enable password change plugin and reload webapp
4. Go to Change Password tab of settings section
5. Provide current password and new password ## How to use
6. Click on apply 1. Go to Change Password tab of settings section
2. Provide current password and new password
3. Click on apply
4. If password change is success you will be logged out
## How to disable ## How to disable
1. Go to settings section 1. Go to settings section

BIN
builds/passwd-1.3.zip Normal file

Binary file not shown.