report_correct_password

Function report_correct_password 

Source
pub fn report_correct_password(
    username: &str,
    password: &str,
    provided_map: Option<HashMap<String, String>>,
)