1. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Blank username

Discussion in 'General Help' started by hyper_mediocrity, Dec 9, 2012.

  1. hyper_mediocrity

    hyper_mediocrity Catapult Fodder

    Messages:
    2
    Hello,
    I have an issue when I try to log in, the username box on the login screen is completely blank. When I type into the username box it looks as if invisible characters are being input. The password box is fine, however when I try log in it gives me authentication failure.

    Any ideas?
     
  2. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    Try putting your keyboard settings on English.

    If that doesn't work open autoconfig.gm located at /kag/base/scripts/
    Change the line 18 and 19, add your nickname at line 18 and change the 0 to 1 at line 19
    Code:
    global auth_login = `YourNicknameHere`; // Portal authentication login
    global auth_remember = 1; // Portal authentication remembered
     
    hyper_mediocrity likes this.
  3. hyper_mediocrity

    hyper_mediocrity Catapult Fodder

    Messages:
    2
    Changing my keyboard settings to EN - american worked perfect, thank you for your very fast response and help!
    Issue has been fixed!
     
    Downburst likes this.