xan105 / Aion-Launcher

Alternative Launcher for the game Aion
GNU Lesser General Public License v3.0
13 stars 20 forks source link

Auto Login #2

Closed Shiemy closed 5 years ago

Shiemy commented 5 years ago

Hey, just a short Question, you said: *2 Equivalent of using command line parameter -user -password. Launcher will keep your credentials crypted (aes-256-cbc) on your computer but they will be passed clearly to aion.bin so use this at your own risk.

so if i used it it will passed to the Aion bin , so how can i remove it from the bin? also WHICH bin file ^^' i Use Steam Aion and simply tested this feature, but i am also Aware to my data :D

so in short: is there a way to delete my "Login Info" if yes how ^^

xan105 commented 5 years ago

The bin refers to the game executable "aion.bin" which has an auto login feature if you run it with -user xxx -password yyy arguments.

In my launcher there is a login form :

1

2

And if the launcher doesn't find any credentials then the form will be empty on startup. Changes are applied after you press the Play button.

So in short : make sure you run the game at least once with the checkbox unchecked and that the form is empty on startup when you start the launcher the next time.

Note that you could also delete the entire %localappdata%\AION-LIVE\ folder to achieve this 😅 but it is rather brutal and will probably break something within my launcher.

I hope this was clear enough.