-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
<p>Hello, {{ username }}. You are trying to reset your password.</p> | ||
<p> | ||
Here should be a link, so that if you click it, | ||
you will be directed to a page to reset your password. | ||
</p> | ||
<p> | ||
Unfortunatelly, it is not implemented, but here is your password reset token: {{ token }}. | ||
</p> | ||
<p> | ||
Use postman to post a request to (backend)/users/recover/password/verify with body {"token": "{{token}}", "new_password": "<new password>"}. | ||
</p> | ||
<p>I'm sure you are a super great developer, so you know how to do it.</p> | ||
<p>Please use the following link to reset your password:</p> | ||
<p><a href="{{ resetUrl }}">{{ resetUrl }}</a></p> |