Summary | $conf['auth?]['resetpassord']=false has no effect |
Queue | Horde Base |
Queue Version | 5.2.1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | hostmaster (at) ip6 (dot) li |
Created | 10/06/2014 (3922 days ago) |
Due | |
Updated | 10/06/2014 (3922 days ago) |
Assigned | |
Resolved | 10/06/2014 (3922 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 73bd9845f5275e4dd4264f61c9ee23510ed060a7
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 6 19:12:03 2014 +0200
[jan] Don't show password reset preferences if disabled in
configuration (
Bug #13618).horde/docs/CHANGES | 2 ++
horde/package.xml | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/73bd9845f5275e4dd4264f61c9ee23510ed060a7
commit 0af0f8feaad218c11e7f9c9e1fe8cc4dfd6fc86c
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 6 19:09:25 2014 +0200
Don't show password reset prefs if disabled in configuration (
Bug #13618).horde/config/prefs.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/0af0f8feaad218c11e7f9c9e1fe8cc4dfd6fc86c
Assigned to Jan Schneider
State ⇒ Resolved
commit f9c8901fa6324893e532f1a4a6c1c46381692155
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 6 19:09:25 2014 +0200
Don't show password reset prefs if disabled in configuration (
Bug #13618).horde/config/prefs.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/f9c8901fa6324893e532f1a4a6c1c46381692155
$conf['auth']['resetpassword'] = false;
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ $conf['auth?]['resetpassord']=false has no effect
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
$conf['auth?]['resetpassord']=false
is set, user can still see "password reset" so he can set up questions
for password reset.