Commit Graph

63 Commits

Author SHA1 Message Date
Aleksander Machniak
fd9517655f Fix password form 2017-10-28 18:23:35 +02:00
Aleksander Machniak
315f78a65a Elastic: Use btn.submit instead of button.save classes for Save button in forms 2017-10-20 14:56:08 +02:00
Aleksander Machniak
f3ce401def Set 'propform' class for password change form table 2017-08-04 12:47:20 +02:00
Aleksander Machniak
9858c2a294 Merge branch 'master' into dev-elastic 2017-05-14 13:32:35 +02:00
Torkel Bjørnson-Langen
278b46a99d password plugin: better error message on constraint violation (#5727)
If the password policy on the ldap server is violated when changing
password, report error as "constraint violation" instead of the
misleading "connection error".

Only tested with OpenLDAP (v2.4).
2017-04-21 10:39:49 +02:00
Aleksander Machniak
8e6eb9fa72 Define 'save' class for password form button 2017-03-10 18:44:38 +01:00
Aleksander Machniak
e240e5f8dd CS fixes and update changelog 2016-11-27 14:27:23 +01:00
KaloNK
d41db75d82 Do not store passwords on disk - use proc_open instead of popen (#5531) 2016-11-27 14:20:58 +01:00
Aleksander Machniak
d59bf988e3 Fix style of Save button in password form (larry) 2016-11-07 13:43:21 +01:00
Aleksander Machniak
391d0d2039 Remove "@version @package_version@" 2016-11-01 18:26:47 +01:00
Aleksander Machniak
33addff305 assword: Added possibility to nicely handle password epiration from other plugins (#5468)
Squashed commit of the following:

commit 41283ecab18321201c3adfef8e964e2aa0dc2032
Author: Aleksander Machniak <alec@alec.pl>
Date:   Sat Oct 15 08:37:31 2016 +0200

    CS fixes after PR merge, renamed session variable

commit b4440a0c4d15c194619c003683ff0d36787f82a8
Merge: cf9f0d8 5dee181
Author: Aleksander Machniak <alec@alec.pl>
Date:   Sat Oct 15 08:26:04 2016 +0200

    Merge branch 'master' of https://github.com/ZiBiS/roundcubemail into ZiBiS-master

commit 5dee1812e7
Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl>
Date:   Thu Oct 13 14:20:14 2016 +0200

    passing by session

commit 6ccb7e7d1d
Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl>
Date:   Thu Oct 13 11:45:43 2016 +0200

    formatted passwdexpdatetime should be set in session data

commit a43f30fdfc
Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl>
Date:   Thu Oct 13 11:10:06 2016 +0200

    _passwdexpwarning removed and expdatetime object is stored in session

commit 62ef852a11
Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl>
Date:   Thu Oct 13 10:24:39 2016 +0200

    String concatenation is removed and expdatetime is passed via session
    data.

commit 2aea3a4e85
Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl>
Date:   Wed Oct 12 10:20:58 2016 +0200

    Removing ppolicy plugin from my repository.

commit 8848c944ab
Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl>
Date:   Tue Oct 11 11:32:37 2016 +0200

    little correction of variables names

commit 5266c89da9
Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl>
Date:   Tue Oct 11 11:14:17 2016 +0200

    little corrections

commit c665b5c607
Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl>
Date:   Tue Oct 11 10:31:05 2016 +0200

    A plugin to check LDAP password for expiration
2016-10-15 08:38:40 +02:00
Aleksander Machniak
7f4ab8c14a Merge pull request #5364 from ZiBiS/master
Password: LDAP PPolicy driver
2016-10-10 16:17:17 +02:00
Aleksander Machniak
9e129383a1 Improve randomness of password salts and random hashes (#5266) 2016-10-01 08:23:19 +02:00
Zbigniew Szmyd
0c093b0b36 Added the missing changes 2016-09-20 15:36:16 +02:00
Zbigniew Szmyd
0efb682d40 New constant PASSWORD_IN_HISTORY added for ldap_ppolicy plugin. 2016-09-19 22:38:16 +02:00
Aleksander Machniak
ab6fdfa8bc Fix PHP warning when password_hosts is set, but is not an array (#5260) 2016-05-20 14:08:28 +02:00
hsz
ed4f659a76 Fixed dovecot and samba encryption - (invalid variables names) 2015-10-08 14:50:41 +02:00
Aleksander Machniak
b922995297 CS fixes 2015-09-06 18:24:41 +02:00
Bram Matthys
c10f97740a Add $config['password_crypt_rounds']: this specifies the number of rounds
to be used for the sha256 and sha512 crypt hashing algorithms.
2015-09-05 21:31:25 +02:00
Aleksander Machniak
252cc4c4ac Password: Allow temporarily disabling the plugin functionality with a notice 2015-07-27 10:47:34 +02:00
Aleksander Machniak
3cc6ec573d Make password encryption algorithms available for all drivers (#1490134)
...via password::hash_password() method and password_algorithm option.
Add %P and %O macros for password_query in favor of %c, %d, %n and %q.
2015-05-27 13:37:10 +02:00
xzaara
54462b0f68 Update password.php
Semicolons instead of colons in  switch statement.
2014-10-01 11:29:11 +02:00
Aleksander Machniak
1a3132366e After PR merge code cleanup 2014-06-26 10:42:56 +02:00
simonp
1c5fdd674e Show password rules before committing new password (#1488285) 2014-06-25 17:54:14 +02:00
Aleksander Machniak
90ab9f2847 Fix loading localization 2014-06-20 10:03:42 +02:00
Aleksander Machniak
7e309b872f Add title attribute to settings menu 2014-06-16 11:24:45 +02:00
Aleksander Machniak
4520fa0f38 Code cleanup and small fixes (after pull request merge) 2014-06-10 15:22:38 +02:00
simonp
12514266b9 Move login/hosts to seperate function 2014-06-10 13:06:10 +02:00
simonp
6f7042e582 Fix for login/hosts exceptions 2014-06-07 13:03:41 +02:00
simonp
9e9c03cb90 Moved functionality from password_first to password_init 2014-06-06 20:24:24 +02:00
simonp
e7ee70541f Add option to force new users to change their password (#1486884) 2014-05-27 21:09:24 +02:00
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