From: John Eckersberg Date: Thu, 30 Oct 2014 14:01:08 -0400 Subject: [PATCH] Allow guest login from non-loopback connections diff --git a/Makefile b/Makefile index 19ce49438..dad8dd334 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ define PROJECT_ENV {default_user_tags, [administrator]}, {default_vhost, <<"/">>}, {default_permissions, [<<".*">>, <<".*">>, <<".*">>]}, - {loopback_users, [<<"guest">>]}, + {loopback_users, []}, {password_hashing_module, rabbit_password_hashing_sha256}, {server_properties, []}, {collect_statistics, none},