1
0
Fork 0
mirror of https://github.com/dducret/kopano-webapp-passwd synced 2026-08-07 16:03:54 +02:00

Change Zarafa to Kopano

This commit is contained in:
Denis Ducret 2017-02-15 15:53:22 +01:00
commit 65cc2365f2
3 changed files with 7 additions and 5 deletions

View file

@ -13,4 +13,5 @@
## 1.3 (14th February 2017)
- Adapted to Kopano WebApp 3.3.0 for DB only, not tested/fixed for LDAP
- Adapted to Kopano WebApp 3.3.0 for DB only, not tested/fixed for LDAP
- project renamed from zarafa-webapp-passwd to kopano-webapp-passwd

View file

@ -1,10 +1,11 @@
zarafa-webapp-passwd
kopano-webapp-passwd
====================
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](https://community.zarafa.com/pg/plugins/project/157/developer/dw2412/passwd-plugin)
This plugin is a fork of zarafa-webapp-passwd [link](https://github.com/silentsakky/zarafa-webapp-passwd) written by Saket Patel
## How to install
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

View file

@ -5,9 +5,9 @@
<version>1.3</version>
<name>Passwd</name>
<title>Password Change Plugin</title>
<author>Saket Patel</author>
<authorURL>https://github.com/silentsakky</authorURL>
<description>Change your password from kopano webapp</description>
<author>Saket Patel - Denis Ducret</author>
<authorURL>https://github.com/dducret</authorURL>
<description>Change your password from Kopano WebApp</description>
</info>
<config>
<configfile>config.php</configfile>