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:
parent
35c6d1923f
commit
65cc2365f2
3 changed files with 7 additions and 5 deletions
|
|
@ -14,3 +14,4 @@
|
||||||
## 1.3 (14th February 2017)
|
## 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
|
||||||
|
|
@ -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.
|
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)
|
||||||
|
This plugin is a fork of zarafa-webapp-passwd [link](https://github.com/silentsakky/zarafa-webapp-passwd) written by Saket Patel
|
||||||
|
|
||||||
## How to install
|
## 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
|
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
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,9 @@
|
||||||
<version>1.3</version>
|
<version>1.3</version>
|
||||||
<name>Passwd</name>
|
<name>Passwd</name>
|
||||||
<title>Password Change Plugin</title>
|
<title>Password Change Plugin</title>
|
||||||
<author>Saket Patel</author>
|
<author>Saket Patel - Denis Ducret</author>
|
||||||
<authorURL>https://github.com/silentsakky</authorURL>
|
<authorURL>https://github.com/dducret</authorURL>
|
||||||
<description>Change your password from kopano webapp</description>
|
<description>Change your password from Kopano WebApp</description>
|
||||||
</info>
|
</info>
|
||||||
<config>
|
<config>
|
||||||
<configfile>config.php</configfile>
|
<configfile>config.php</configfile>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue