Changed use of active to status
This commit is contained in:
@@ -25,7 +25,7 @@ class Controller_User_SSL extends Controller_TemplateDefault_User {
|
||||
$passwd = $_POST['passwd'];
|
||||
if (strlen($passwd) < Kohana::config('ssl.minpass_length')) {
|
||||
SystemMessage::add(array(
|
||||
'title'=>_('Validation failed'),
|
||||
'title'=>_('Validation failed'),
|
||||
'type'=>'error',
|
||||
'body'=>_('Your requested password is too short.'),
|
||||
));
|
||||
|
Reference in New Issue
Block a user