From e97228a8887da22d04a46dccf8fb522197929f2a Mon Sep 17 00:00:00 2001 From: robbt Date: Tue, 12 May 2020 15:34:49 -0400 Subject: [PATCH] Add a warning to avoid special characters in rabbitmq password --- airtime_mvc/build/airtime-setup/forms/rabbitmq-settings.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.

Advanced