Skip to content
Snippets Groups Projects
Commit 64d4b754 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

auth: fix empty password authentication

We are supposed to authenticate guest user without a password. This
used to work before commit 076a8420 ("Permit empty passwords in
net.box"), when guest didn't have any password. Now it has an empty
password and the check in authenticate turns out to be broken, which
breaks assumptions made by certain connectors. This patch fixes the
check.

Closes #4327

(cherry picked from commit c185a387)
parent a4fe86b6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment