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
Add support for more complex passwords used in URL configuration
userinfo part of URI allows to use percent-encoded characters, which should be decoded.
It is important in cases when the password is randomly-generated and includes characters which are allowed as influxdb
password but are reserved characters in URI.
0 commit comments