diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/controller.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/controller.c b/src/controller.c index 2fff89eb4..e695d86a4 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 ( |