We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So, I used the connection parameter which is great! But the code assumes that if you put in 'Password=*' it will prompt for a password.
This is a great idea! Except for one small detail, if the password you are using starts with '*' then it will always prompt ;)
Anyway, worked around this for now by adding a space between Password and the =, which fails the check and thefore doesn't prompt.
Is there any option we can add to say that the password is actually the password and not to prompt?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So, I used the connection parameter which is great! But the code assumes that if you put in 'Password=*' it will prompt for a password.
This is a great idea! Except for one small detail, if the password you are using starts with '*' then it will always prompt ;)
Anyway, worked around this for now by adding a space between Password and the =, which fails the check and thefore doesn't prompt.
Is there any option we can add to say that the password is actually the password and not to prompt?
Thanks!
The text was updated successfully, but these errors were encountered: