Function log_in_user

Source
pub fn log_in_user<P>(config_root: P, user_id: i32) -> Result<bool>
where P: AsRef<Path>,