[skip ci] fix: set right path for password reset

This commit is contained in:
silver 2023-09-03 22:31:02 +01:00
parent 76ed7f5513
commit c4de27e46c

View file

@ -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);