JourneyJoker/templates/localauth/mail/password_reset_complete.txt
2021-10-28 09:26:17 +02:00

13 lines
No EOL
501 B
Text

{% extends "mail/base.txt %}
{% load i18n %}
{% block content %}
{% trans "Passwort geändert!" %}
{% trans "Dein Passwort wurde erfolgreich geändert! Wir wünschen dir jetzt viel Spaß auf JourneyJoker!" %}
{% trans "Zu JourneyJoker:" %} {{ confirmation_url }}
---
{% trans "Du erhältst diese E-Mail, weil jemand dein Passwort auf JourneyJoker geändert hat. Das warst nicht du? Dann kontaktiere uns bitte umgehend, um missbräuchliche Verwendung deines Kontos zu verhindern!" %}
{% endblock %}