Content-Length: 212125 | pFad | https://github.com/sebadob/rauthy/commit/d728317ef31e20a117a0ca2a903e767e34c556d4

29 Merge pull request #435 from sebadob/fix-password-expiry-email-link · sebadob/rauthy@d728317 · GitHub
Skip to content

Commit

Permalink
Merge pull request #435 from sebadob/fix-password-expiry-email-link
Browse files Browse the repository at this point in the history
fix: remove obsolete `*.html` from the account link in password expiry email
  • Loading branch information
sebadob authored May 16, 2024
2 parents dbd7522 + 5ef9660 commit d728317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rauthy-models/src/email.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ pub async fn send_pwd_reset(data: &web::Data<AppState>, magic_link: &MagicLink,

pub async fn send_pwd_reset_info(data: &web::Data<AppState>, user: &User) {
let exp = email_ts_prettify(user.password_expires.unwrap());
let link = format!("{}/auth/v1/account.html", data.public_url);
let link = format!("{}/auth/v1/account", data.public_url);

let i18n = I18nEmailResetInfo::build(&user.language);
let text = EmailResetInfoTxt {
Expand Down

0 comments on commit d728317

Please sign in to comment.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/sebadob/rauthy/commit/d728317ef31e20a117a0ca2a903e767e34c556d4

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy