diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2014-10-21 11:14:11 +0100 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2014-10-21 11:14:11 +0100 |
commit | 9854c1f9fbe7bfa37a1ea064af36a261dcb1a392 (patch) | |
tree | f5aa17b7e81b389bfb27fd2c82b2e45d17d32777 | |
parent | 6b46ebf88174dcc84bae589092aa2eed5740cea8 (diff) | |
download | rabbitmq-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.erl | 2 |
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}. |