if (window.form_validation) {
    form_validation.prototype.rule_login_is_correct = function(val, data) {
        return true;
    }
}