ci: should deal with nestled folders now?

This commit is contained in:
silver 2023-08-11 08:28:36 +01:00
parent 77ad370bf8
commit 01813be8e1
3 changed files with 22 additions and 14 deletions

View file

@ -199,7 +199,7 @@ pub mod password {
// 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),