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 9cfc14f60..816466f98 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,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},