diff --git a/src/methods/account_recover.rs b/src/methods/account_recover.rs index b452030..2317c3a 100644 --- a/src/methods/account_recover.rs +++ b/src/methods/account_recover.rs @@ -216,7 +216,7 @@ pub mod password { let recipient = &record.user; let mail = &record.mail; let url_base = "https://account.skynet.ie"; - let link_new = format!("{url_base}/recovery_pass?auth={auth}"); + let link_new = format!("{url_base}/recovery/password_reset?auth={auth}"); let discord = "https://discord.skynet.ie"; let sender = format!("UL Computer Society <{}>", &config.mail_user);