1
0
Fork 0
mirror of https://github.com/dducret/kopano-webapp-passwd synced 2026-07-27 10:32:26 +02:00
No description
  • JavaScript 30.4%
  • PHP 27.1%
  • Gettext Catalog 24.5%
  • CSS 9.3%
  • Modelica 8.7%
Find a file
Denis Ducret 953f006b5e Update
2018-11-09 10:19:03 +01:00
builds Build update 2017-02-15 15:59:17 +01:00
js Update 2018-11-09 10:19:03 +01:00
language French Translation 2017-02-14 16:12:18 +01:00
php Kopano DB only 2017-02-14 15:54:15 +01:00
resources Improved UI, added password strength meter, frontend checks and an password change icon. 2015-05-20 01:39:42 +02:00
build.xml Add building of language to build.xml 2014-03-05 14:36:09 +01:00
CHANGELOG.md Change Zarafa to Kopano 2017-02-15 15:53:22 +01:00
config.php LDAP bugfixes, allow non anonymous binds and ssl/tls 2015-05-20 01:34:29 +02:00
LICENSE update license 2013-10-17 23:50:09 +05:30
manifest.xml URL update 2017-02-15 15:54:58 +01:00
README.md Change Zarafa to Kopano 2017-02-15 15:53:22 +01:00

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 This plugin is a fork of zarafa-webapp-passwd link 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
  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 2a. If you are using DB plugin then no need to change anything, default configurations should be fine
  3. Restart apache, reload webapp after clearing cache
  4. 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

  1. Go to settings section
  2. Go to Plugins tab
  3. Enable password change plugin and reload webapp

How to use

  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

  1. Go to settings section
  2. Go to Plugins tab
  3. Disable password change plugin and reload webapp

Notes

  • Feedback/Bug Reports are welcome
  • thanks to h44z for adding password meter and icon for the plugin