From: Vsevolod Stakhov Date: Tue, 11 Oct 2022 07:35:30 +0000 (+0100) Subject: [Fix] Another fix for the enable password X-Git-Tag: 3.4~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d75ed3ac14a19eb3a771be80d2569aa009eacb8f;p=thirdparty%2Frspamd.git [Fix] Another fix for the enable password --- 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 (