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
Saket Patel 772f56513e fix bugs for ldap plugin
fixes issue #1
2013-12-20 01:02:50 +05:30
builds make proper message for weak passwords 2013-12-18 02:31:17 +05:30
js update license 2013-10-17 23:50:09 +05:30
lib added most of the basic functionalities 2013-07-04 03:22:31 +05:30
php fix bugs for ldap plugin 2013-12-20 01:02:50 +05:30
build.xml added most of the basic functionalities 2013-07-04 03:22:31 +05:30
CHANGELOG.md make proper message for weak passwords 2013-12-18 02:31:17 +05:30
config.php make proper message for weak passwords 2013-12-18 02:31:17 +05:30
LICENSE update license 2013-10-17 23:50:09 +05:30
manifest.xml make proper message for weak passwords 2013-12-18 02:31:17 +05:30
README.md fix bugs for ldap plugin 2013-12-20 01:02:50 +05:30

zarafa-webapp-passwd

The Passwd plugin allows the user to change his password inside of WebApp.

This plugin is largely based on the Passwd plugin by Andreas Brodowski. For his original work check this link

How to install

  1. If you want to use this plugin with production / debug version of webapp then please download package from community
  2. If you want to use this plugin with source copy of webapp then you can just download this whole project
  3. Extract contents of this plugin to <webapp_path>/plugins directory
  4. Give read permissions to apache for <webapp_path>/plugins/passwd directory
  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
  6. If you are using DB plugin then no need to change anything, default configurations should be fine
  7. Restart apache, reload webapp after clearing cache
  8. 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
  4. Go to Change Password tab of settings section
  5. Provide current password and new password
  6. Click on apply

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
  • If anyone is good at creating icons then please help me add a good icon to change password tab (credits will be given)

Todo

  • Add password strength meter on client side, so user can create complex passwords
  • Check on client side for empty fields