I changed the message
This commit is contained in:
@@ -42,7 +42,7 @@ $oTemplatePower->assign('USR_UID', $aUser['USR_UID']);
|
|||||||
$oTemplatePower->assign('USR_FULLNAME', $aData['USR_FIRSTNAME'] . ' ' . $aData['USR_LASTNAME'] . ' (' . $aData['USR_USERNAME'] . ')');
|
$oTemplatePower->assign('USR_FULLNAME', $aData['USR_FIRSTNAME'] . ' ' . $aData['USR_LASTNAME'] . ' (' . $aData['USR_USERNAME'] . ')');
|
||||||
*/
|
*/
|
||||||
$userName = 'admin';
|
$userName = 'admin';
|
||||||
$userPass = 'The password introduced at the time of installing the application (admin if you do not put the password)';
|
$userPass = 'The password introduced at the time of installing the application (admin: if you do not put or changed the password)';
|
||||||
if(isset($_SESSION['NW_PASSWORD'])){
|
if(isset($_SESSION['NW_PASSWORD'])){
|
||||||
if($_SESSION['NW_PASSWORD'] != ''){
|
if($_SESSION['NW_PASSWORD'] != ''){
|
||||||
$userPass = $_SESSION['NW_PASSWORD'];
|
$userPass = $_SESSION['NW_PASSWORD'];
|
||||||
|
|||||||
Reference in New Issue
Block a user