Add a warning to avoid special characters in rabbitmq password

This commit is contained in:
robbt 2020-05-12 15:34:49 -04:00
parent 8498029cd9
commit e97228a888

View file

@ -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 &lt;username&gt; &lt;newpassword&gt;</code> <code>sudo rabbitmqctl change_password &lt;username&gt; &lt;newpassword&gt;</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/>