Skip to content
Snippets Groups Projects
Unverified Commit 8ddf8629 authored by Witeden's avatar Witeden Committed by GitHub
Browse files

Subject email reset (#17)


* add Reset Password email subject

* correct url of  reset password mail

Co-authored-by: default avatarPrudhommeaux Jérémy <jeremy.prudhommeaux@student-cs.fr>
parent 104be07b
Branches
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ réinitialiser le mot de passe de votre compte OSER.{% endblocktrans %}
{% trans "Please go to the following page and choose a new password:" %}
{% block reset_link %}
http://localhost:4200{% url 'password_reset_confirm' uidb64=uid token=token %}
https://www.oser-cs.fr/{% url 'password_reset_confirm' uidb64=uid token=token %}
{% endblock %}
{% trans "Your username, in case you've forgotten:" %} {{ user.get_username }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment