-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for username:password accounts #36
Comments
I think it could be useful to add a function that'd make http requests to steam and validate credentials and on the way it could retrieve steamid and such so you no longer would have to login first in order for steamid to be found. |
@marius137 do you get these in bulk? Like separated by commas for example? If not, it's hard for me to justify doing this if it's only saving you a single copy/paste action. |
I get them in bulk, one line per account User:pw And so on... |
@marius137 Understood, I will consider adding this. |
Also please add accounts import option with a shared secret user1:password1:sharedsecret1 and so on... |
I just tried out the new bulk import and it always crashes when I klick on import. The problem is that the manager expects user:PW:secret, but I only get my accounts without the secret. A dirty workaround is to just add :1 to the account:pw line |
@marius137 Interesting. Thought I made a check for that. Will update it when I get home today! |
When you buy accounts they often get sent in a username:password format, can you add support so there is a textbox where you just paste that string and everything gets extracted from that
The text was updated successfully, but these errors were encountered: