summaryrefslogtreecommitdiff
path: root/plugins/password/password.php
AgeCommit message (Collapse)Author
2013-01-18Remove deprecated functions (from bc.php file) usage in pluginsAleksander Machniak
2012-11-26Clarify rcube::get_user_name() usage, add rcube::get_user_email()Aleksander Machniak
2012-11-16Rename option password_supported_hosts to password_hosts, code cleanupAleksander Machniak
2012-11-16Merge pull request #42 from NETLINK/patch-1Aleksander Machniak
Add option to define IMAP hosts that support password changes
2012-11-15Fix wrong (non-specific) error message on crypt or connection error (#1488808)Aleksander Machniak
2012-11-09Update plugins/password/password.phpNETLINK
2012-11-09Update plugins/password/password.phpNETLINK
Add logic for checking supported IMAP hosts Make use of additional config option 'password_supported_hosts' (see config.inc.php.dist). If current IMAP host is not in array of defined hosts, exit and suppress Password option in Settings.
2012-03-31Move plugins repository into roundcubemail root folder; svn:externals are ↵thomascube
not defined anymore
2010-03-20moved pluginstill
2010-02-25- Password: Make passwords encoding consistent with core, add ↵alecpl
'password_charset' global option (#1486473)
2010-02-06- Password: fix vpopmaild driver (#1486478)alecpl
2009-10-06- more css unification for boxes + toolbarmenu moved to common.css (#1486198)alecpl
2009-10-06- unified boxtitle css stylesalecpl
2009-09-19- added server side password inconsistency checkalecpl
2009-09-11- Password: added password strength options (#1486062)alecpl
2009-08-03- Re-designed User Preferences interfacealecpl
2009-06-30Use html_table class to build password form + add german localizations + ↵thomascube
codestyle (no tabs, just spaces)
2009-06-20- Password plugin: added poppassd driveralecpl
2009-06-20- Password plugin: implemented driversalecpl
- removed password_sasl plugin
2009-05-31- don't register body handler on plugin init (#1485888)alecpl
2009-05-16- set pagetitle in php not js, hu_HU localealecpl
2009-05-16- Added possibility to encrypt received header, option ↵alecpl
'http_received_header_encrypt', added some more logic in encrypt/decrypt functions for security
2009-05-15- typo + rename db_password_dsn to password_db_dsnalecpl
2009-04-27- remove _confirm functionalecpl
2009-04-21- improved password plugin (#1485810)alecpl
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomascube
sample plugins)