Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-20 | Make all bundled plugins the same license as Roundcube itself, which is GPLv3+ | Thomas Bruederli | |
2013-04-02 | Fixed wrong copy-paste | Steffen185 | |
2013-04-02 | Use new config option "password_force_save" | Steffen185 | |
2013-03-22 | Save new password even if it has not changed | Steffen185 | |
I have recently changed the password scheme of my Dovecot/Postfix/Roundcube installation. New passwords are encrypted stronger than before. It is not possible to automatically update existing passwords (because the old encryption is not so bad that I can easily crack it). But I'd like to tell my users that they can upgrade to the new password scheme by simply submitting the "change password" form with their old password in all three input fields. Currently a minor optimization prevents this. I think this minor optimization should be removed. | |||
2013-01-18 | Remove deprecated functions (from bc.php file) usage in plugins | Aleksander Machniak | |
2012-11-26 | Clarify rcube::get_user_name() usage, add rcube::get_user_email() | Aleksander Machniak | |
2012-11-16 | Rename option password_supported_hosts to password_hosts, code cleanup | Aleksander Machniak | |
2012-11-16 | Merge pull request #42 from NETLINK/patch-1 | Aleksander Machniak | |
Add option to define IMAP hosts that support password changes | |||
2012-11-15 | Fix wrong (non-specific) error message on crypt or connection error (#1488808) | Aleksander Machniak | |
2012-11-09 | Update plugins/password/password.php | NETLINK | |
2012-11-09 | Update plugins/password/password.php | NETLINK | |
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-31 | Move plugins repository into roundcubemail root folder; svn:externals are ↵ | thomascube | |
not defined anymore | |||
2010-03-20 | moved plugins | till | |
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 styles | alecpl | |
2009-09-19 | - added server side password inconsistency check | alecpl | |
2009-09-11 | - Password: added password strength options (#1486062) | alecpl | |
2009-08-03 | - Re-designed User Preferences interface | alecpl | |
2009-06-30 | Use html_table class to build password form + add german localizations + ↵ | thomascube | |
codestyle (no tabs, just spaces) | |||
2009-06-20 | - Password plugin: added poppassd driver | alecpl | |
2009-06-20 | - Password plugin: implemented drivers | alecpl | |
- 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 locale | alecpl | |
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_dsn | alecpl | |
2009-04-27 | - remove _confirm function | alecpl | |
2009-04-21 | - improved password plugin (#1485810) | alecpl | |
2009-04-19 | Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵ | thomascube | |
sample plugins) |