[skip ci] fix: set right path for password reset
This commit is contained in:
parent
76ed7f5513
commit
c4de27e46c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue