Bug - Cannot Reproduce Not Saving Password

bumcheekcity

Active member
Using 9408.

I type in the login name and password, tick "save password", untick "auto login" and tick "breakfast". It logs in successfully, but the next time I open mafia, it doesn't save the password.
 

bumcheekcity

Active member
I've checked my GLOBAL_prefs.txt file and it doesn't have "smilegirl" appear in it at all, though mafia DOES save the username, just not the password.
 

slyz

Developer
Mafia looks in your /settings folder for <name>_prefs.txt files to compile a list of past users for the dropdown.
However, the name should appear in GLOBAL_prefs.txt a few times. I have (with "save password", "auto login" and "breakfast" checked):
Code:
autoLogin=slyz
displayName.slyz=slyz
getBreakfast.slyz=true
lastUsername=slyz
saveState.slyz=*snipsnipsnip*
saveStateActive=true
You should have at least those:
Code:
displayName.smilegirl=smilegirl
getBreakfast.smilegirl=true
saveState.smilegirl=*snipsnipsnip*
saveStateActive=true
If not, and if you want me to try, you can PM me the password you use for smilegirl so I can see if the same problem happens on my machine.
 
Top