fix: use the more broad term recovery
This commit is contained in:
parent
04853f439b
commit
0605bf5e4d
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ fn send_mail(config: &Config, record: &Accounts, auth: &str) -> Result<Response,
|
|||
let recipient = &record.user;
|
||||
let mail = &record.mail;
|
||||
let url_base = "https://sso.skynet.ie";
|
||||
let link_new = format!("{url_base}/reset_pw?auth={auth}");
|
||||
let link_new = format!("{url_base}/recovery_pass?auth={auth}");
|
||||
let discord = "https://discord.gg/mkuKJkCuyM";
|
||||
let sender = format!("UL Computer Society <{}>", &config.mail_user);
|
||||
|
||||
|
|
Loading…
Reference in a new issue