ci: dummy change

This commit is contained in:
silver 2023-08-11 08:16:51 +01:00
parent f629dc2796
commit 77ad370bf8
2 changed files with 2 additions and 1 deletions

View file

@ -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),