You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS Version: Windoes 11 Enterprise (10.0.22631 Build 22631)
I'm using prompt variables to get passwords so I don't have to store them in my files. I'd prefer if this wasn't input in plain text. There appears to be feature #1147 that will mask the input if the variable name resembles a password variable, but it doesn't seem to work.
Steps to Reproduce:
Add # @prompt password to a request.
Run the request and input your password string when prompted. It is not masked.
The text was updated successfully, but these errors were encountered:
I'm using prompt variables to get passwords so I don't have to store them in my files. I'd prefer if this wasn't input in plain text. There appears to be feature #1147 that will mask the input if the variable name resembles a password variable, but it doesn't seem to work.
Steps to Reproduce:
# @prompt password
to a request.The text was updated successfully, but these errors were encountered: