From b9ab1e1619218f02356e9addca73f63d1c4dd135 Mon Sep 17 00:00:00 2001 From: "Paula V. Quispe" Date: Wed, 18 Mar 2015 13:55:06 -0400 Subject: [PATCH] I changed the message --- workflow/engine/methods/services/login_getStarted.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/engine/methods/services/login_getStarted.php b/workflow/engine/methods/services/login_getStarted.php index 914467b13..15790fd84 100755 --- a/workflow/engine/methods/services/login_getStarted.php +++ b/workflow/engine/methods/services/login_getStarted.php @@ -42,7 +42,7 @@ $oTemplatePower->assign('USR_UID', $aUser['USR_UID']); $oTemplatePower->assign('USR_FULLNAME', $aData['USR_FIRSTNAME'] . ' ' . $aData['USR_LASTNAME'] . ' (' . $aData['USR_USERNAME'] . ')'); */ $userName = 'admin'; -$userPass = 'The password introduced at the time of installing the application'; +$userPass = 'The password introduced at the time of installing the application (admin if you do not put the password)'; if(isset($_SESSION['NW_PASSWORD'])){ if($_SESSION['NW_PASSWORD'] != ''){ $userPass = $_SESSION['NW_PASSWORD'];