added a way to validate user and passwor in cases scheduler

This commit is contained in:
Carlos Pacha
2010-12-23 23:18:44 +00:00
parent 804de362b1
commit 39cf890746

View File

@@ -486,6 +486,11 @@ function case_userSchedulerValidate(username, password) {
//G.alert(password);
var user_uid;
if(username=='' && password==''){
msgBox(G_STRINGS.ID_CASE_SCHEDULER_VALIDATE_ALERT, "alert");
return false;
}
var oRPC = new leimnud.module.rpc.xmlhttp({
url : '../cases/cases_SchedulerValidateUser',
async : true,