summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-10-21 11:14:11 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-10-21 11:14:11 +0100
commit9854c1f9fbe7bfa37a1ea064af36a261dcb1a392 (patch)
treef5aa17b7e81b389bfb27fd2c82b2e45d17d32777
parent6b46ebf88174dcc84bae589092aa2eed5740cea8 (diff)
downloadrabbitmq-server-9854c1f9fbe7bfa37a1ea064af36a261dcb1a392.tar.gz
Rename this since it shows up in mgmt / ctl and should match the user name for the connection.
-rw-r--r--src/rabbit_auth_backend_dummy.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_auth_backend_dummy.erl b/src/rabbit_auth_backend_dummy.erl
index 863eb18e..5daca368 100644
--- a/src/rabbit_auth_backend_dummy.erl
+++ b/src/rabbit_auth_backend_dummy.erl
@@ -31,7 +31,7 @@
%% A user to be used by the direct client when permission checks are
%% not needed. This user can do anything AMQPish.
-user() -> #user{username = <<"dummy">>,
+user() -> #user{username = <<"none">>,
tags = [],
auth_backend = ?MODULE,
impl = none}.