From d75ed3ac14a19eb3a771be80d2569aa009eacb8f Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 11 Oct 2022 08:35:30 +0100 Subject: [PATCH] [Fix] Another fix for the enable password --- src/controller.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/controller.c b/src/controller.c index 2fff89eb48..e695d86a44 100644 --- a/src/controller.c +++ b/src/controller.c @@ -619,6 +619,10 @@ rspamd_controller_check_password (struct rspamd_http_connection_entry *entry, ret = rspamd_check_encrypted_password (ctx, password, check, pbkdf, use_enable); } + + if (ret) { + check_enable = TRUE; + } } else { msg_warn_session ( -- 2.47.3