diff --git a/core/src/iam/signin.rs b/core/src/iam/signin.rs
index 9d723174..8d4c28c8 100644
--- a/core/src/iam/signin.rs
+++ b/core/src/iam/signin.rs
@@ -1,4 +1,4 @@
-use super::verify::{verify_creds_legacy, verify_db_creds, verify_ns_creds, verify_root_creds};
+use super::verify::{verify_db_creds, verify_ns_creds, verify_root_creds};
use super::{Actor, Level};
use crate::cnf::{INSECURE_FORWARD_RECORD_ACCESS_ERRORS, SERVER_NAME};
use crate::dbs::Session;
@@ -210,16 +210,7 @@ pub async fn db_user(
user: String,
pass: String,
) -> Result