Bug - Fixed session log contains old/new password if password is changed via kolmafia

matt.chugg

Moderator
I think its some debugging code left in, but with the new account command parsing, several urls have been left printing to the session log. including the ones if you change your password which contain old/new password in the querysring in plain text.
 

Veracity

Developer
Staff member
Ah...there is no registerRequest method that traps account.php, so ALL actions on that page get logged. And I think we excluded them in general, but I removed that for, as you say, debugging.
Revision 9013.
 
Last edited:
Top