[sork] backends.local.php not obeyed.

Simon Brereton simon.brereton at buongiorno.com
Wed Nov 2 19:03:08 UTC 2011


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






More information about the sork mailing list