Discussion:
[Tickets #12317] Re: resetpassword doesn't reset password
(too old to reply)
n***@bugs.horde.org
2013-06-21 09:50:41 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12317
------------------------------------------------------------------------------
Ticket | 12317
Updated By | Git Commit <***@lists.horde.org>
Summary | resetpassword doesn't reset password
Queue | Horde Groupware Webmail Edition
Version | 5.1.0
Type | Bug
State | Unconfirmed
Priority | 3. High
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------


Git Commit <***@lists.horde.org> (2013-06-21 09:50) wrote:

Changes have been made in Git (master):

commit 0fd35ec967a51b8ae0cda8ee0e0d1331d928bc79
Author: Jan Schneider <***@horde.org>
Date: Fri Jun 21 11:48:31 2013 +0200

Throw exception if passing invalid action (Bug #12317).

framework/Ldap/lib/Horde/Ldap.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/0fd35ec967a51b8ae0cda8ee0e0d1331d928bc79
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2013-06-21 09:50:47 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12317
------------------------------------------------------------------------------
Ticket | 12317
Updated By | Git Commit <***@lists.horde.org>
Summary | resetpassword doesn't reset password
Queue | Horde Groupware Webmail Edition
Version | 5.1.0
Type | Bug
State | Unconfirmed
Priority | 3. High
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------


Git Commit <***@lists.horde.org> (2013-06-21 09:50) wrote:

Changes have been made in Git (master):

commit 90ba1861b4d38387959af227144a4e772c442cf3
Author: Jan Schneider <***@horde.org>
Date: Fri Jun 21 11:49:23 2013 +0200

[jan] Fix resetting passwords with LDAP driver (Bug #12317).

framework/Auth/lib/Horde/Auth/Ldap.php | 2 +-
framework/Auth/package.xml | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/90ba1861b4d38387959af227144a4e772c442cf3
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2013-10-17 13:11:34 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12317
------------------------------------------------------------------------------
Ticket | 12317
Updated By | Git Commit <***@lists.horde.org>
Summary | resetpassword doesn't reset password
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Resolved
Priority | 2. Medium
Milestone |
Patch |
Owners | Jan Schneider
------------------------------------------------------------------------------


Git Commit <***@lists.horde.org> (2013-10-17 13:11) wrote:

Changes have been made in Git (master):

commit 7370effc3263ef7d3793091571a2fccfb8e6f53a
Author: Jan Schneider <***@horde.org>
Date: Thu Oct 17 14:59:37 2013 +0200

Revert "Throw exception if passing invalid action (Bug #12317)."

This is a logic error. Now we require *all* modification actions
to be passed.

This reverts commit 0fd35ec967a51b8ae0cda8ee0e0d1331d928bc79.

framework/Ldap/lib/Horde/Ldap.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/7370effc3263ef7d3793091571a2fccfb8e6f53a
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2013-10-17 13:11:39 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12317
------------------------------------------------------------------------------
Ticket | 12317
Updated By | Git Commit <***@lists.horde.org>
Summary | resetpassword doesn't reset password
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Resolved
Priority | 2. Medium
Milestone |
Patch |
Owners | Jan Schneider
------------------------------------------------------------------------------


Git Commit <***@lists.horde.org> (2013-10-17 13:11) wrote:

Changes have been made in Git (master):

commit e35efcea7c790fe69d7d185a01a53e43ad22ba11
Author: Jan Schneider <***@horde.org>
Date: Thu Oct 17 15:10:20 2013 +0200

Correctly catch unknown actions (Bug #12317).

framework/Ldap/lib/Horde/Ldap.php | 4 ++++
framework/Ldap/package.xml | 2 ++
framework/Ldap/test/Horde/Ldap/LdapTest.php | 7 +++++++
3 files changed, 13 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/e35efcea7c790fe69d7d185a01a53e43ad22ba11
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2013-12-17 11:16:55 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12317
------------------------------------------------------------------------------
Ticket | 12317
Updated By | Git Commit <***@lists.horde.org>
Summary | resetpassword doesn't reset password
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Resolved
Priority | 2. Medium
Milestone |
Patch |
Owners | Jan Schneider
------------------------------------------------------------------------------


Git Commit <***@lists.horde.org> (2013-12-17 11:16) wrote:

Changes have been made in Git (master):

commit e33a94cc33049718e5f5647d828f5290d404f4a8
Author: Jan Schneider <***@horde.org>
Date: Thu Oct 17 14:59:37 2013 +0200

Revert "Throw exception if passing invalid action (Bug #12317)."

This is a logic error. Now we require *all* modification actions
to be passed.

This reverts commit 0fd35ec967a51b8ae0cda8ee0e0d1331d928bc79.

framework/Ldap/lib/Horde/Ldap.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/e33a94cc33049718e5f5647d828f5290d404f4a8
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2013-12-17 11:16:58 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12317
------------------------------------------------------------------------------
Ticket | 12317
Updated By | Git Commit <***@lists.horde.org>
Summary | resetpassword doesn't reset password
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Resolved
Priority | 2. Medium
Milestone |
Patch |
Owners | Jan Schneider
------------------------------------------------------------------------------


Git Commit <***@lists.horde.org> (2013-12-17 11:16) wrote:

Changes have been made in Git (master):

commit 83dabef5be48c3340cbebf7c0f1961dc08243d5c
Author: Jan Schneider <***@horde.org>
Date: Thu Oct 17 15:10:20 2013 +0200

Correctly catch unknown actions (Bug #12317).

framework/Ldap/lib/Horde/Ldap.php | 4 ++++
framework/Ldap/package.xml | 2 ++
framework/Ldap/test/Horde/Ldap/LdapTest.php | 7 +++++++
3 files changed, 13 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/83dabef5be48c3340cbebf7c0f1961dc08243d5c
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
Loading...