Menu

No login

Help
2009-03-08
2013-04-18
  • Antonio Miguel Ramirez Jimenez

    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.

     
    • ajnar

      ajnar - 2009-03-23

      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

       

Log in to post a comment.

MongoDB Logo MongoDB