SparkleXrm
SparkleXrm copied to clipboard
Connection and Password issue
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!