Home
last modified time | relevance | path

Searched refs:new_password (Results 1 – 3 of 3) sorted by relevance

/DragonOS/user/apps/user-manage/src/check/
H A Dcheck.rs384 let mut new_password = String::new(); in check() localVariable
392 std::io::stdin().read_line(&mut new_password).unwrap(); in check()
393 new_password = new_password.trim().to_string(); in check()
399 if new_password != check_password { in check()
416 std::io::stdin().read_line(&mut new_password).unwrap(); in check()
417 new_password = new_password.trim().to_string(); in check()
423 if new_password != check_password { in check()
424 println!("{}", new_password); in check()
435 new_password, in check()
H A Dinfo.rs52 pub new_password: String, field
/DragonOS/user/apps/user-manage/src/executor/
H A Dexecutor.rs512 if info.new_password.is_empty() { in update_passwd_file()
535 field[1] = info.new_password.as_str(); in update_shadow_file()