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
And URL-decoding the whole DSN would not work either, as you would end up decoding pgsql://user:p@ss@host:port/db_name again, which has the same issue. You should decode only each component after identifying them in case you parse the URI yourselves
When the password contains the @ character, the application fails with the message
It is annoying since passwords can be chosen by admin team.
The text was updated successfully, but these errors were encountered: