Change /send_password_reset to /forgot_password

This commit is contained in:
2021-11-10 12:33:37 +01:00
parent e3640f0885
commit a4f459e1fc
5 changed files with 14 additions and 9 deletions

View File

@ -3,7 +3,6 @@ use crate::config_manager::{get_peachcloud_domain, load_peach_config,
get_temporary_password_hash, set_temporary_password_hash};
use crate::error::PeachError;
use crate::sbot_client;
use log::info;
use rand::distributions::Alphanumeric;
use rand::{thread_rng, Rng};
use std::iter;