Commit Graph

38 Commits (27bfd0884e09ef299dee319d28ea5750cca7d392)

Author SHA1 Message Date
Peter Kubica 772dad8805 ldap_exop - add PHP version requirement 6 years ago
Peter Kubica 51abe31f1a ldap_exop - fix issue #4992 6 years ago
Aleksander Machniak 9babe138af Password: Change API for password checking
... for simpler implementation of strength indicator in future.

Also simplified configuration by removing password_check_strength and
adding password_minimum_score.
6 years ago
Andrius Štikonas 9c4e2c9abe Fix spelling. (#6517) 6 years ago
Aleksander Machniak cd9ec7983b Password: README, Style, CS improvements, bump version, update changelog 6 years ago
PhilW 1bf6dc3de8 Password: add Zxcvbn strength driver 6 years ago
PhilW 00946f1f57 give password plugin drivers more power
Allow password drivers more control over the entire password changeing
processes not just the save action. Allow them to perform old/new
password comparisons and also password strength checking.

*) allow password drivers override default password comparisons (eg
   new is not same as current) #6473
*) allow password drivers override default strength checks (eg allow
   for 'not the same as last x passwords')
*) allow separate password saving and strength drivers for use of
   strength checking services eg HaveIBeenPwned.com #5040
*) allow drivers to define password strength rules displayed to the
   user
*) rename password_require_nonalpha config option to
   password_check_strength to reflect new strength checking
   possibilities (added backwards compatibility)
6 years ago
Aleksander Machniak 85046cdea4 Cleanup modoboa driver 6 years ago
Aleksander Machniak 60922dc3d5 Password: Added password_username_format option (#5766) 7 years ago
Aleksander Machniak 982d211ec0 Update changelog, CS fixes 7 years ago
Aleksander Machniak 6ba41836b6 Revert "extend plugin password to avoid sudo (use ssh instead calling chpasswd) (#5654)"
This reverts commit 938dd4670b.
8 years ago
Kay Marquardt 938dd4670b extend plugin password to avoid sudo (use ssh instead calling chpasswd) (#5654)
Use proc_open() instead of popen() to catch error messages from called wrapper.
Create new wrapper chpass-wrapper-expect.py
8 years ago
Aleksander Machniak f351b48771 Update changelog, CS fixes 8 years ago
Maikel adbc9b1889 Add cPanel Webmail driver (#5549)
This driver does not use an admin account. It uses the user's account to
authenticate at the Webmail API. It uses the recommended UAPI and does
not rely on third-party classes.
8 years ago
Aleksander Machniak 391d0d2039 Remove "@version @package_version@" 8 years ago
Aleksander Machniak 1c8f845637 Add notes about sudo setup (#1490203) 9 years ago
Aleksander Machniak 1d09ee0ce6 Added 'kpasswd' driver by Peter Allgeyer 10 years ago
Aleksander Machniak 5010941c43 Update password driver API description 10 years ago
Cyrill von Wattenwyl 11a40dd1fe Merge branch 'master' of https://github.com/roundcube/roundcubemail
Conflicts:
	plugins/password/config.inc.php.dist
10 years ago
simonp 8d3dab34ec Add timeout for password-driver vpopmaild 11 years ago
Cyrill von Wattenwyl 187fd666aa fixed typos and added section in README 11 years ago
Aleksander Machniak bcedf05d19 s/$rcmail_config/$config/ also for plugins configuration 11 years ago
simonp 5b5651a095 Added README section for vpopmaild driver at the password-plugin 11 years ago
Thomas Bruederli 0703bfecd0 Merged configuration refactoring from 'dev_config' branch back into master (#1487311) 11 years ago
Aleksander Machniak a306996bc5 Change license to GPLv3+ also in README file 11 years ago
Aleksander Machniak 461a30d771 Merge config files (#1487311).
Now we have defaults.inc.php and config.inc.php.
Renamed $rcmail_config to $config. Old naming and old files are supported
for backward compatibility.
11 years ago
Aleksander Machniak 28151b329b Update changelog 12 years ago
Aleksander Machniak 30ff85c5a1 Added new cPanel driver - fixes localization related issues (#1487015) 12 years ago
thomascube 48e9c14ebd Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore 13 years ago
till 63a3dc5fde moved plugins 15 years ago
alecpl 1904fa7104 - Added XIMSS (Communigate) driver for Password plugin 15 years ago
alecpl 1bf9a86a8e - Password: cPanel driver added 15 years ago
alecpl 61347179ef - Password: added DirectAdmin driver (#1486048) 15 years ago
thomascube be6c9752f9 Move config file to config.inc.php.dist to prevent further accidental commits 15 years ago
thomascube 8e9a55abd8 Add SASL password wrapper program + update SASL instructions in README 15 years ago
alecpl c8a1e6eb63 - Password plugin: added LDAP driver 15 years ago
alecpl 4534ab8771 - Password plugin: added poppassd driver 15 years ago
alecpl 6bd74d8d51 - Password plugin: implemented drivers
- removed password_sasl plugin
15 years ago