Hola, saludos, mi pregunta es acerca de por que al instalar la aplicacion, los paquetes PEAR y aparecerme la pantalla de bienvenida, cuando ingreso los siguientes datos
usuario: admin
password:123456
Enseguida se me muestra el sigiuente mensaje:
Ud. ha sido desconectado del sistema
Por su atención, mil gracias.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I too have the same problem. using the default user details provided, the page reloads to inform you that you have been logged out.
I tried using different user names and the message was invalid user name,same with password. This suggests that the user is verified using admin/123456
I looked at the code and i see that the $_Request[logout] is set to 1 on running the $auth->start();
which in turn satisfies the request logout
if (!empty($_REQUEST['logout'])) {
$message = 'loggedOut';
$auth->logout();
loginFunction();
exit;
}
Is this a setup issue or a bug?
What sets the $_REQUEST['logout'] variable while logging in?
Many thanks,
ajnar
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hola, saludos, mi pregunta es acerca de por que al instalar la aplicacion, los paquetes PEAR y aparecerme la pantalla de bienvenida, cuando ingreso los siguientes datos
usuario: admin
password:123456
Enseguida se me muestra el sigiuente mensaje:
Ud. ha sido desconectado del sistema
Por su atención, mil gracias.
I too have the same problem. using the default user details provided, the page reloads to inform you that you have been logged out.
I tried using different user names and the message was invalid user name,same with password. This suggests that the user is verified using admin/123456
I looked at the code and i see that the $_Request[logout] is set to 1 on running the $auth->start();
which in turn satisfies the request logout
if (!empty($_REQUEST['logout'])) {
$message = 'loggedOut';
$auth->logout();
loginFunction();
exit;
}
Is this a setup issue or a bug?
What sets the $_REQUEST['logout'] variable while logging in?
Many thanks,
ajnar