diff --git a/airtime_mvc/build/airtime-setup/forms/rabbitmq-settings.php b/airtime_mvc/build/airtime-setup/forms/rabbitmq-settings.php index 3fba10baf..2020ef8f6 100644 --- a/airtime_mvc/build/airtime-setup/forms/rabbitmq-settings.php +++ b/airtime_mvc/build/airtime-setup/forms/rabbitmq-settings.php @@ -16,7 +16,9 @@
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:
- sudo rabbitmqctl change_password <username> <newpassword>
+ sudo rabbitmqctl change_password <username> <newpassword>
+ Notice: using special characters such as ! in your rabbitmq password will cause LibreTime to fail
+ to load properly after setup. Please use alphanumerical characters only.