diff --git a/server/core/templates/registration/set_password_complete.html b/server/core/templates/registration/set_password_complete.html index dbe05a3d..8ba4a7ba 100644 --- a/server/core/templates/registration/set_password_complete.html +++ b/server/core/templates/registration/set_password_complete.html @@ -1,13 +1,13 @@ {% extends 'base.html' %} {% load i18n %} -{% block title %}{% trans 'Passwort setzen abgeschlossen' %}{% endblock %} +{% block title %}{% trans 'Du hast es geschafft' %}{% endblock %} {% block body %}
{% trans 'Dein Passwort wurde erfolgreich gesetzt. Du kannst dich nun auf der Loginseite anmelden.' %}
- +{% trans 'Dein Passwort wurde erfolgreich gespeichert. Du kannst dich nun anmelden.' %}
+ {% endblock %} diff --git a/server/core/templates/registration/set_password_confirm.html b/server/core/templates/registration/set_password_confirm.html index db2bf7f8..395607aa 100644 --- a/server/core/templates/registration/set_password_confirm.html +++ b/server/core/templates/registration/set_password_confirm.html @@ -6,7 +6,7 @@ {% block body %}{% trans 'Wir haben die Anweisungen um dein Passwort zu setzen, an dich verschickt. Das E-Mail sollte in Kürze bei dir ankommen.' %}
+{% trans 'Wir haben ein E-Mail mit allen weiteren Anweisungen an dich verschickt. Das E-Mail sollte in Kürze bei dir ankommen.' %}
{% endblock %} diff --git a/server/core/templates/registration/set_password_form.html b/server/core/templates/registration/set_password_form.html index 844feb6b..f7b8000d 100644 --- a/server/core/templates/registration/set_password_form.html +++ b/server/core/templates/registration/set_password_form.html @@ -2,12 +2,13 @@ {% extends 'base.html' %} {% load i18n %} -{% block title %}{% trans 'Setze ein Passort' %}{% endblock %} +{% block title %}{% trans 'Willkommen bei Myskillbox' %}{% endblock %} {% block body %}{% trans 'Gib deine E-Mail ein und erhalte weitere Anweisungen um dein Passwort initial zu setzen.' %}
+{% trans 'Bevor du Myskillbox verwenden kannst, muss du deine E-Mail bestätigen und ein persönliches Passwort festlegen.' %}
+{% trans 'Gib als erstes hier dein E-Mail ein:' %}
diff --git a/server/core/templates/registration/set_password_subject.txt b/server/core/templates/registration/set_password_subject.txt index 148cd553..94018095 100644 --- a/server/core/templates/registration/set_password_subject.txt +++ b/server/core/templates/registration/set_password_subject.txt @@ -1 +1 @@ -myskillbox Passwort setzen +Myskillbox: E-Mail bestätigen und Passwort setzen diff --git a/server/core/urls.py b/server/core/urls.py index 92717cbf..7a97c9cc 100644 --- a/server/core/urls.py +++ b/server/core/urls.py @@ -17,7 +17,7 @@ urlpatterns = [ url(r'^statistics/', include('statistics.urls', namespace='statistics')), # set password - path('set-password/', SetPasswordView.as_view(), name='set_password'), + path('welcome/', SetPasswordView.as_view(), name='set_password'), path('set-password/done/', SetPasswordDoneView.as_view(), name='set_password_done'), path('set-password/