async fn unsafe_user_exists( db_user: &str, connection: &mut MySqlConnection, ) -> Result<bool, Error>