Merged in julceslau/processmaker (pull request #1132)

PM-867 Cuando se habilita la opcion 'Forgot Password' muestra un mensaje de error al guardar SOLVED
This commit is contained in:
Julio Cesar Laura Avendaño
2014-11-04 09:14:25 -04:00

View File

@@ -34,6 +34,7 @@ switch ($request) {
//remove from memcache when this value is updated/created
$memcache->delete( 'flagForgotPassword' );
$response = new stdclass();
$response->success = true;
G::auditLog("UpdateLoginSettings", "DefaultLanguage->".$lang." EnableForgotPassword->".$conf->aConfig['login_enableForgotPassword']);