Skip to content

feat: password reset email message #143

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Blackglade
Copy link

Adds a Generic Password Reset Email Message.

{% blocktrans with site_name=current_site.name site_domain=current_site.domain %}
Thank you for using {{ site_name }}!<br>
<a href="https://{{ site_domain }}">{{ site_domain }}</a>
{% endblocktrans %}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it gets the site_domain from the sites framework. It worked when I tried it on the backend repo so believe it should work more generally here.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants