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
The problem is with the script wrapper we use, since it double quotes arguments forwarded to rabbitmqctl
example: rabbitmqctl change_password myuser 'pa$$word' won't work
See related bug21299
The text was updated successfully, but these errors were encountered:
videlalvaro
changed the title
is not possible to use the '$' inside a password on linux
is not possible to use the '$' inside a password
Mar 13, 2015
simonmacmullen
changed the title
is not possible to use the '$' inside a password
rabbitmq-script-wrapper does not escape '$' in command line arguments
Mar 13, 2015
The problem is with the script wrapper we use, since it double quotes arguments forwarded to rabbitmqctl
example:
rabbitmqctl change_password myuser 'pa$$word'
won't workSee related bug21299
The text was updated successfully, but these errors were encountered: