Jump to content

roland936

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by roland936

  1.  

     

    Im using Brightix FluxCP Theme!

    https://rathena.org/board/files/file/3355-fluxcp-theme-v2-brightix/

    and i tried all Xantara Flux CP! Still when i try logging in it gives me

     Invalid login credentials, please verify that you typed the correct info and try again.

     

    If i remember correctly, this is can be  happened because of pincode system.

    Open config/servers.php find string related to pincode system and turn it off.

     

     

     

    This has nothing to do with pincode.

     

    /lib/Flux/SessionData.php

            if (!$loginAthenaGroup->isAuth($username, $password)) {
                throw new Flux_LoginError('Invalid login', Flux_LoginError::INVALID_LOGIN);
            }
    

    Invalid Login error is usually given because users haven't changed the MD5 config in servers.php.

     

    i have turned off the md5 on servers.php still same error :(

×
×
  • Create New...