This repository has been archived on 2019-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
ldap_account_manager/templates/registration/password_reset_email.html

10 lines
483 B
HTML

<p>Es wurde Passwort zurücksetzen für den Account mit der E-Mail {{ email }} angefordert</p>
<p>Wenn Sie keine Mail angefordert haben, ignorieren Sie diese.</p>
<p>Bitte klicke auf den folgenden Link um Ihr Password zurückzusetzen</p>
<a href="{{ protocol }}://{{ domain }}{{ url('ldap_password_reset_confirm', kwargs={'uidb64':uid, 'token':token}) }}">
{{ protocol }}://{{ domain }}{{ url('ldap_password_reset_confirm', kwargs={'uidb64':uid, 'token':token}) }}
</a>
</p>