Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rabbitmq_server] Avoid unnecessary password lookup
Avoids a password lookup, when it is not necessary: - When an account specifices a password, no lookup should be made. - When an account is to be removed, no lookup should be made. This makes it possible to override the password without accidentally calling the default password lookup.
- Loading branch information