mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: update password reset email content and link structure
This commit is contained in:
parent
9f457561d8
commit
943ceff813
1 changed files with 3 additions and 1 deletions
|
|
@ -39,7 +39,9 @@ def send_password_reset_email(
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<p>Hello {user.username}</p>
|
<p>Hello {user.username}</p>
|
||||||
<p>Click <a href="https://{organization.slug}.learnhouse.io/reset?email={email}&resetCode={generated_reset_code}">here</a> to reset your password.</p>
|
<p>You have requested to reset your password.</p>
|
||||||
|
<p>Here is your reset code: {generated_reset_code}</p>
|
||||||
|
<p>Click <a href="https://{organization.slug}.learnhouse.io/reset?orgslug={organization.slug}&email={email}&resetCode={generated_reset_code}">here</a> to reset your password.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
""",
|
""",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue