验证码简单化
This commit is contained in:
parent
33a9700007
commit
e0b9945a0a
|
@ -52,6 +52,7 @@ class LoginForm extends Zend_Form
|
||||||
'width' => 100,
|
'width' => 100,
|
||||||
'height' => 38,
|
'height' => 38,
|
||||||
'dotNoiseLevel'=>2,
|
'dotNoiseLevel'=>2,
|
||||||
|
'lineNoiseLevel'=>1,
|
||||||
// Captcha timeout, 5 mins
|
// Captcha timeout, 5 mins
|
||||||
'timeout' => 300,
|
'timeout' => 300,
|
||||||
// What font to use...
|
// What font to use...
|
||||||
|
@ -78,4 +79,4 @@ class LoginForm extends Zend_Form
|
||||||
$this->addElements(array($submit));
|
$this->addElements(array($submit));
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue