LodestoneHQ / lodestone

Personal Document Archiving (DMS, EDMS for Personal/Home Office use)
https://forms.gle/u1RXnbocbFWqfxGb9
GNU General Public License v3.0
521 stars 28 forks source link

Allow complex passwords for rabbitmq. #97

Closed subdavis closed 4 years ago

subdavis commented 4 years ago

I had an @ in my password, which lead this connection string to parse the first @ as the password boundary. This probably needs to be added in other locations too.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

subdavis commented 4 years ago

I don't actually think this is reasonable to support since it's used in bash scripts too. Might be nice to just document as "you must urlencode this"