backends.local.php not obeyed.

"Simon Brereton" <[email protected]> Wed, 2 Nov 2011 15:03:08 -0400
Newsgroups gmane.comp.horde.sork
Message-ID <[email protected]>
Hi

I edited backends.local.php to be:


$backends['composite'] = array(
    'name' => 'All Services',
    'preferred' => '',
    'policy' => array(
        'minLength' => 8,
        'maxLength' => 25,
        'minClasses' => 2,
                'maxSpace' => 0,
                'minUpper' => 1,
                'minLower' => 1,
                'minNumeric' => 0,
                'minSymbols' => 0

	),

But always I get the error that
	The password must contain at least 1 numeric character.[Wed 02 Nov 2011 02:38:20 PM EST]

Which I believe is coming from backends.php where every policy is:

    'policy' => array(
        'minLength' => 6,
        'minNumeric' => 1,
	),

Additionally, if I use a password that is less than 8 characters I still only get the numeric warning (because the 6 character policy is still satisfied).

Simon




-- 
Sork mailing list - Join the hunt: http://horde.org/bounties/#sork
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]