PDA

View Full Version : Saving passwords in the login screen



Eachna
02-24-2017, 04:17 PM
I'd like to be able to save my password in the login screen. A few MMOs I've played on do this.

I read on the old forums that this used to be an option but Citan removed it because it worried out some players. If he was willing to put it back it could be an on/off toggle in the options screen, and left to 'off' by default.

If it's returning in the GUI update, thumbs up to that and I'll happily wait.

Why would I want to do this? Different people have different security needs and Citan already recognized it could be useful and implemented it in the past. I'm just asking that it be added back in for people aware of the risk/benefit.

lilibat
02-24-2017, 05:40 PM
/signed

......

Crissa
02-24-2017, 10:41 PM
It varies wildly by platform and password storage system. Eventually, they're using the Steam authentication system, which would solve the problem.

Until then, I use a script to launch the game.

security find-generic-password -wl "Gorgon Game" | pbcopy
open -a /Applications/ProjectGorgonLauncherMac.app
exit 0
This grabs the password from storage, puts it in the clipboard, and then launches the application. You have to set the permissions on the script, too.
https://www.netmeister.org/blog/keychain-passwords.html

Tsugumori
02-24-2017, 10:58 PM
I honestly don't get what the issue is with typing a password.

- So elaborate you're worried you'll forget it?
- Just lazy and hate typing it?

Mate...

I get if you're worried about key logging or ghosting but still.

Crissa
02-25-2017, 12:37 AM
Since the game supports exceedingly long passwords, using XKCD's solution also works. https://xkcd.com/936/

Hood
02-26-2017, 08:20 AM
I like that solution, Crissa!

Sent from the mobile client - Forum Talker