Summary | backends.php mistake in password classes explanation |
Queue | Passwd |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | maciej.uhlig (at) us (dot) edu (dot) pl |
Created | 04/16/2014 (4072 days ago) |
Due | |
Updated | 04/16/2014 (4072 days ago) |
Assigned | |
Resolved | 04/16/2014 (4072 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Version ⇒ Git master
Patch ⇒ No
commit 75fd378f31cdd843688f310952dd03aa57815244
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Apr 16 14:39:18 2014 -0600
Bug #13121: Fix documentationframework/Auth/lib/Horde/Auth.php | 2 +-
passwd/config/backends.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/75fd378f31cdd843688f310952dd03aa57815244
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ backends.php mistake in password classes explanation
Due ⇒ 04/17/2014
Queue ⇒ Passwd
Milestone ⇒
Patch ⇒ Yes
State ⇒ Unconfirmed
file .\passwd\config\backends.php line 59
is: * ('lower'and 'symbols').
should be: * ('lower' and 'number').