Commit Graph

42 Commits (e8b82c2e7b0ae2e5d45ecb600813b8990568feb9)

Author SHA1 Message Date
xzaara 54462b0f68 Update password.php
Semicolons instead of colons in  switch statement.
10 years ago
Aleksander Machniak 1a3132366e After PR merge code cleanup 10 years ago
simonp 1c5fdd674e Show password rules before committing new password (#1488285) 10 years ago
Aleksander Machniak 90ab9f2847 Fix loading localization 10 years ago
Aleksander Machniak 7e309b872f Add title attribute to settings menu 10 years ago
Aleksander Machniak 4520fa0f38 Code cleanup and small fixes (after pull request merge) 10 years ago
simonp 12514266b9 Move login/hosts to seperate function 10 years ago
simonp 6f7042e582 Fix for login/hosts exceptions 10 years ago
simonp 9e9c03cb90 Moved functionality from password_first to password_init 10 years ago
simonp e7ee70541f Add option to force new users to change their password (#1486884) 10 years ago
Aleksander Machniak 9556f34d75 Load password.js only when needed 10 years ago
Thomas Bruederli cf46aefd9d Make password plugin use the new 'settings_actions' hook to register its link in the settings navigation 11 years ago
Thomas Bruederli 07c6c69eca Make all bundled plugins the same license as Roundcube itself, which is GPLv3+ 11 years ago
Steffen185 859a7a117a Fixed wrong copy-paste 11 years ago
Steffen185 b343adf3cb Use new config option "password_force_save" 11 years ago
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.
11 years ago
Aleksander Machniak 61be822d62 Remove deprecated functions (from bc.php file) usage in plugins 12 years ago
Aleksander Machniak 789e5988aa Clarify rcube::get_user_name() usage, add rcube::get_user_email() 12 years ago
Aleksander Machniak 98128f13fc Rename option password_supported_hosts to password_hosts, code cleanup 12 years ago
Aleksander Machniak 657864a29c Merge pull request #42 from NETLINK/patch-1
Add option to define IMAP hosts that support password changes
12 years ago
Aleksander Machniak 3067458acb Fix wrong (non-specific) error message on crypt or connection error (#1488808) 12 years ago
NETLINK 204e1e03e9 Update plugins/password/password.php 12 years ago
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.
12 years ago
thomascube 48e9c14ebd Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore 12 years ago
till 63a3dc5fde moved plugins 15 years ago
alecpl 64608bf2ef - Password: Make passwords encoding consistent with core, add 'password_charset' global option (#1486473) 15 years ago
alecpl a65bf3a14b - Password: fix vpopmaild driver (#1486478) 15 years ago
alecpl 6fff3c8e02 - more css unification for boxes + toolbarmenu moved to common.css (#1486198) 15 years ago
alecpl 2aaa992cc1 - unified boxtitle css styles 15 years ago
alecpl 0dd842dbf5 - added server side password inconsistency check 15 years ago
alecpl e7b283b80e - Password: added password strength options (#1486062) 15 years ago
alecpl f05834857c - Re-designed User Preferences interface 15 years ago
thomascube 6a765a9355 Use html_table class to build password form + add german localizations + codestyle (no tabs, just spaces) 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
alecpl d257c4064f - don't register body handler on plugin init (#1485888) 15 years ago
alecpl a08708509a - set pagetitle in php not js, hu_HU locale 15 years ago
alecpl 2471d3a979 - Added possibility to encrypt received header, option 'http_received_header_encrypt',
added some more logic in encrypt/decrypt functions for security
15 years ago
alecpl 004739dc8e - typo + rename db_password_dsn to password_db_dsn 15 years ago
alecpl 89635b9dd8 - remove _confirm function 15 years ago
alecpl cf356bcb36 - improved password plugin (#1485810) 15 years ago
thomascube cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 15 years ago