'.errorInfo::$errorInfo['RESET_PASS_CODE_SUCCESS'].'';
}
}
if (isset($noFileds))
{
echo ''.errorInfo::$errorInfo['EMPTY_FIELDS'].'';
}
?>
Your privacy pin should be 4 digit number
create('User',array('action' => 'editPrivacyPin','class'=>'form','name'=>'form')); ?>
password('curr_passcode',array('class'=>'pinNumber','label'=>false, 'error' => errorInfo::$errorInfo['INVALID_PASS_WORD'], 'maxlength' => '4')); ?>
'.errorInfo::$errorInfo['INVALID_PASS_CODE'].'';
}
?>
password('passcode',array('class'=>'pinNumber','label'=>false, 'error' => errorInfo::$errorInfo['INVALID_PASS_WORD'], 'maxlength' => '4')); ?>
'.errorInfo::$errorInfo['INVALID_NEW_PASS_CODE'].'';
}
?>
password('confirm_passcode',array('class'=>'pinNumber','label'=>false, 'maxlength' => '4')); ?>
'. errorInfo::$errorInfo['PASSCODE_MISSMATCH'].'';
}
?>
label('reset','Forgot your current privacy pin ?
Reset it');?>
end(); ?>