View Single Post
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#43
Originally Posted by marble View Post
It's stored in ~/.trophease_account (this is a text file, with the email address and password on one line each. There should be an 'e' before the email address and a 'p' before the password, but you can check that they're right with cat ~/.trophease_account, or just rm ~/.trophease_account and let it prompt you again.)
You could use QSettings or ConfigParser to read and write these files as .ini-style files. Easier to understand for normal users and easier to read/write in code.
 

The Following User Says Thank You to thp For This Useful Post: