Merge pull request #1035 from Robbt/notice-rabbitmq-password
Add a warning to avoid special characters in rabbitmq password
This commit is contained in:
commit
e56d468036
|
@ -16,7 +16,9 @@
|
||||||
<p>
|
<p>
|
||||||
In either case, we recommend that you change at least the default password provided -
|
In either case, we recommend that you change at least the default password provided -
|
||||||
you can do this by running the following line from the command line:<br/>
|
you can do this by running the following line from the command line:<br/>
|
||||||
<code>sudo rabbitmqctl change_password <username> <newpassword></code>
|
<code>sudo rabbitmqctl change_password <username> <newpassword></code><br/>
|
||||||
|
<strong>Notice:</strong> using special characters such as ! in your rabbitmq password will cause LibreTime to fail
|
||||||
|
to load properly after setup. Please use alphanumerical characters only.
|
||||||
</p>
|
</p>
|
||||||
<div id="rmqSlideToggle">
|
<div id="rmqSlideToggle">
|
||||||
<span><strong>Advanced </strong></span><span id="advCaret" class="caret"></span><hr/>
|
<span><strong>Advanced </strong></span><span id="advCaret" class="caret"></span><hr/>
|
||||||
|
|
Loading…
Reference in New Issue