From 77ad370bf8de724f254824f2a2b24666a096af70 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Fri, 11 Aug 2023 08:16:51 +0100 Subject: [PATCH] ci: dummy change --- Cargo.toml | 1 + src/methods/password_reset.rs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc1bf5f..cb096e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "skynet_ldap_backend" version = "0.1.0" edition = "2021" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "update_data" diff --git a/src/methods/password_reset.rs b/src/methods/password_reset.rs index 49be47d..4332b61 100644 --- a/src/methods/password_reset.rs +++ b/src/methods/password_reset.rs @@ -196,7 +196,7 @@ async fn ldap_reset_pw(config: &Config, details: &AccountsReset, pass: &str) -> // if so then set password let tmp = PasswordModify { - // none as we are staying on the same connection + // none as we are staying on the same connection. user_id: Some(&dn), old_pass: None, new_pass: Some(pass),