mirror of
https://github.com/dducret/kopano-webapp-passwd
synced 2026-08-07 07:55:11 +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)
|
||||
|
||||
- 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.
|
||||
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue