feat: reset password page for self-hosted added (#1221)
* feat: reset password page for self-hosted added * chore: change reset password workflow * dev: update email template for reset password * chore: updated restricted workspace slugs list --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
This commit is contained in:
parent
6f2a38ad66
commit
1f3fdd5d0a
7 changed files with 319 additions and 59 deletions
|
|
@ -2,10 +2,10 @@
|
|||
<html>
|
||||
<p>
|
||||
Dear {{first_name}},<br /><br />
|
||||
Welcome! Your account has been created.
|
||||
Verify your email by clicking on the link below <br />
|
||||
{{forgot_password_url}}
|
||||
successfully.<br /><br />
|
||||
Here is the link to reset your password.
|
||||
<br />
|
||||
Link: {{forgot_password_url}}
|
||||
<br /><br />
|
||||
Thank you
|
||||
</p>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue