pub async fn request_password_reset( email: &str, captcha_id: &str, captcha_solution: &str, ) -> Result<(), Error>
Initiates a password reset using your email address and a captcha solution.
see General errors