BUG 15394 "Cambiar el password despues de aplicar..." SOLVED
- Cambiar el password despues de aplicar el hotfix 2.5.2.3 - Problema resuelto, se agrega una validacion para esta version de processmaker "2.5.2.4" o "2.8", cuando sean estas versiones, se crea un flag que se registra en la tabla "configuration" y se hace una actualizacion de registros en la tabla "USERS_PROPERTIES", la actualizacion de los datos solo se realizar una vez.
This commit is contained in:
@@ -94,6 +94,7 @@ class p11835 extends patch
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Fix BUG-15394
|
//Fix BUG-15394
|
||||||
|
|
||||||
G::LoadClass("configuration");
|
G::LoadClass("configuration");
|
||||||
|
|
||||||
$conf = new Configurations();
|
$conf = new Configurations();
|
||||||
@@ -121,6 +122,7 @@ class p11835 extends patch
|
|||||||
$conf->saveConfig("HOTFIX", "");
|
$conf->saveConfig("HOTFIX", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//echo
|
||||||
echo $count . " records where patched to use SELF_SERVICE feature.\n";
|
echo $count . " records where patched to use SELF_SERVICE feature.\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user