-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
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
Password with special characters #24
Comments
Thanks for reporting! That should be easy enough to reproduce and fix. I'll look into it. |
The dot doesn't seem to be the issue. Are there more special characters in the password? I'll try some of those. |
Also that seems to work well. I.e. I created a temporary account with the password |
does not contain any quotation mark (" or '). I had trouble with a password that contains quotation marks. I think it has to do with the escaping before sending the login details per Json to the controller. |
Ah I read your message as the dot being the guilty one, not the quotes. Let me try it with the quotes as well. |
Found the issue. Releasing a fix for it now. |
Fixed in version 1.1.10.1. Thanks for reporting it. |
The login over this Api on the UniFi controller will fail, when the used password contains a ". Not exactly sure why it fails, but UniFi allows such passwords.
The text was updated successfully, but these errors were encountered: