mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 06:33:48 +00:00
Merge pull request #1398 from Xandersoft/patch-2
Reset PWD - Looks like better
This commit is contained in:
@@ -9,13 +9,15 @@
|
||||
<p style="color:#121214;font-size:14px;">{% trans "Hi," %}</p>
|
||||
|
||||
<p style="font-size:14px;color:#434144;">
|
||||
{% blocktrans with account=user.username %}To reset the password of your account {{ account }} on {{ site_name }}, please click the following link: {% endblocktrans %}<br />
|
||||
<br>
|
||||
{% blocktrans with account=user.username %}To reset the password of your account {{ account }} on {{ site_name }}, please click the following link: {% endblocktrans %}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="{{ url_base }}{% url 'auth_password_reset_confirm' uidb36=uid token=token %}">{{ url_base }}{% url 'auth_password_reset_confirm' uidb36=uid token=token %}</a>
|
||||
</p>
|
||||
|
||||
<p style="font-size:14px;color:#434144;">
|
||||
{% trans "If you did not request it, just skip it." %}<br />
|
||||
{% trans "If you did not request it, just skip it." %}
|
||||
</p>
|
||||
|
||||
{% endautoescape %}
|
||||
|
Reference in New Issue
Block a user