Commit Graph

32 Commits

Author SHA1 Message Date
Aleksander Machniak
9556f34d75 Load password.js only when needed 2014-03-14 14:17:23 +01:00
Thomas Bruederli
cf46aefd9d Make password plugin use the new 'settings_actions' hook to register its link in the settings navigation 2013-09-28 12:04:35 +02:00
Thomas Bruederli
07c6c69eca Make all bundled plugins the same license as Roundcube itself, which is GPLv3+ 2013-06-20 22:06:28 +02:00
Steffen185
859a7a117a Fixed wrong copy-paste 2013-04-02 09:42:49 +03:00
Steffen185
b343adf3cb Use new config option "password_force_save" 2013-04-02 09:41:29 +03:00
Steffen185
6f7eafce18 Save new password even if it has not changed
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-03-22 15:16:45 +01:00
Aleksander Machniak
61be822d62 Remove deprecated functions (from bc.php file) usage in plugins 2013-01-18 15:24:49 +01:00
Aleksander Machniak
789e5988aa Clarify rcube::get_user_name() usage, add rcube::get_user_email() 2012-11-26 10:08:40 +01:00
Aleksander Machniak
98128f13fc Rename option password_supported_hosts to password_hosts, code cleanup 2012-11-16 19:49:02 +01:00
Aleksander Machniak
657864a29c Merge pull request #42 from NETLINK/patch-1
Add option to define IMAP hosts that support password changes
2012-11-16 10:42:57 -08:00
Aleksander Machniak
3067458acb Fix wrong (non-specific) error message on crypt or connection error (#1488808) 2012-11-15 08:18:48 +01:00
NETLINK
204e1e03e9 Update plugins/password/password.php 2012-11-09 05:13:22 +00:00
NETLINK
7978f872cb Update plugins/password/password.php
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-11-09 05:00:22 +00:00
thomascube
48e9c14ebd Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore 2012-03-31 12:25:48 +00:00
till
63a3dc5fde moved plugins 2010-03-20 14:20:01 +00:00
alecpl
64608bf2ef - Password: Make passwords encoding consistent with core, add 'password_charset' global option (#1486473) 2010-02-25 10:56:01 +00:00
alecpl
a65bf3a14b - Password: fix vpopmaild driver (#1486478) 2010-02-06 17:59:41 +00:00
alecpl
6fff3c8e02 - more css unification for boxes + toolbarmenu moved to common.css (#1486198) 2009-10-06 10:00:33 +00:00
alecpl
2aaa992cc1 - unified boxtitle css styles 2009-10-06 07:13:58 +00:00
alecpl
0dd842dbf5 - added server side password inconsistency check 2009-09-19 08:01:55 +00:00
alecpl
e7b283b80e - Password: added password strength options (#1486062) 2009-09-11 13:12:43 +00:00
alecpl
f05834857c - Re-designed User Preferences interface 2009-08-03 18:27:53 +00:00
thomascube
6a765a9355 Use html_table class to build password form + add german localizations + codestyle (no tabs, just spaces) 2009-06-30 17:12:45 +00:00
alecpl
4534ab8771 - Password plugin: added poppassd driver 2009-06-20 13:21:10 +00:00
alecpl
6bd74d8d51 - Password plugin: implemented drivers
- removed password_sasl plugin
2009-06-20 07:28:33 +00:00
alecpl
d257c4064f - don't register body handler on plugin init (#1485888) 2009-05-31 11:40:07 +00:00
alecpl
a08708509a - set pagetitle in php not js, hu_HU locale 2009-05-16 14:28:47 +00:00
alecpl
2471d3a979 - Added possibility to encrypt received header, option 'http_received_header_encrypt',
added some more logic in encrypt/decrypt functions for security
2009-05-16 13:01:49 +00:00
alecpl
004739dc8e - typo + rename db_password_dsn to password_db_dsn 2009-05-15 18:36:04 +00:00
alecpl
89635b9dd8 - remove _confirm function 2009-04-27 09:29:57 +00:00
alecpl
cf356bcb36 - improved password plugin (#1485810) 2009-04-21 08:11:03 +00:00
thomascube
cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 2009-04-19 17:44:29 +00:00