Wrong username/password

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Make a new account.
      Open the MySQL DB and copy the fild password from the new to the old account. Finish.


      The mistake happens sometimes cause there is only one password fild in the installation . So you don t realize, when you have a misspelling.
    • i had the same problem....what caused it for me...is the landing page for login would change the password, cuz i changed the template.....from e-mail login to user name login and it kept messsing the system yup.....so i just changed the login to e-mail not user and fixed the problem
    • Fixed for me thank you.



      $username = HTTP::_GP('email', '', UTF8_SUPPORT);
      $password = HTTP::_GP('password', '', true);


      $username = HTTP::_GP('username', '', UTF8_SUPPORT);
      $password = HTTP::_GP('password', '', true);
    • Hello thank you for telling us what version is this problem.
      Is this when installing the 2moons (create Administrator)?
      If yes I add it to the list of bugs that will be made