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 | d07f0295d18ce32d017eefdc6040a5e1dd8a5a50 (patch) | |
| tree | f5aa17b7e81b389bfb27fd2c82b2e45d17d32777 | |
| parent | 5a98ec1054857ad0370ac8ac658ae306c8fd4376 (diff) | |
| download | rabbitmq-server-git-d07f0295d18ce32d017eefdc6040a5e1dd8a5a50.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 863eb18e6a..5daca368eb 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}. |
