!api returns "SteamPassword" in plain text, even if it's set to "null" in the config. file #607
Labels
✨ Enhancement
Issues marked with this label indicate further enhancements to the program, such as new features.
🟢 Low priority
Issues marked with this label are actively being worked on if nothing serious is on the list.
🐍 Not a bug
Issues marked with this label indicate that given behaviour is intended to happen - not a bug.
Bug
Description
When ASF is setting up an account for the first time and you have
SteamPassword
set tonull
, ASF will ask for the account password. After ASF successfully sets it up, if you issue!api new_bot
, ASF will actually give us the password in plain text. This only occurs after setting up an account, if you restart ASF and issue!api new_bot
,SteamPassword
will be correctly set tonull
.Expected behavior
ASF should respect
SteamPassword
like it's in the configuration file.Actual behavior
ASF stores the password somewhere and outputs it when you issue
!api new_bot
.Steps to reproduce
SteamPassword
set tonull
;!api new_bot
and your password will be displayed in plain text.ASF version
V3.0.1.2
The text was updated successfully, but these errors were encountered: