-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #131 from fsinfuhh/fix/registration_existing_account
Fix account creation error when an account already exists
- Loading branch information
Showing
3 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
mafiasi/registration/templates/registration/email_exsts.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{% extends "base_email.html" %}{% load i18n %}{% autoescape off %} | ||
{% block content_de %}Hallo, | ||
du hast versucht, einen Account zu erstellen, den es schon gibt. Falls du dein Passwort vergessen hast, kannst du es hier zurücksetzen: | ||
{{ password_reset_url }} | ||
Dein Nutzername ist {{ username }}. | ||
|
||
Viele Grüße, | ||
Deine Server-AG | ||
{% endblock %} | ||
{% block content_en %}Hello, | ||
you tried to create an account that already exists. If you forgot your password, you can reset it here: | ||
{{ password_reset_url }} | ||
Your username is {{ username }}. | ||
|
||
Best regards, | ||
Your Server-AG | ||
{% endblock %}{% endautoescape %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters