diff --git a/src/components/ForgotPassword.svelte b/src/components/ForgotPassword.svelte new file mode 100644 index 00000000..41a6cd39 --- /dev/null +++ b/src/components/ForgotPassword.svelte @@ -0,0 +1,93 @@ + + +
+
+ +

+ {$_('application_name')} +

+

+ {$_('forgot_password?')} +

+

+ {$_('dont-panic-were-resetting-it')} +

+
+
+
+ +
+
+ +
+ +
+
+
+
+
+
+
+ {$_('dont-have-your-email-connected')} +
+
+ {$_('cannot-reset-your-password-directly')} + + +
+
+
+
diff --git a/src/locales/en.json b/src/locales/en.json index 8a3ebcb0..49884d82 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -16,5 +16,10 @@ "404message": "Sorry, the page you are looking for could not be found.", "404title": "Error 404", "goback": "Go Home", - "application_name": "Lauf für Kaya! - Admin" + "application_name": "Lauf für Kaya! - Admin", + "reset-my-password": "Reset my password", + "cannot-reset-your-password-directly": "Bummer. We unfortunately cannot reset your password directly. Please send us a mail and confirm your identity", + "send-a-mail-to-lfk-odit-services": "send a mail to lfk@odit.services", + "dont-have-your-email-connected": "Don't have your email connected?", + "dont-panic-were-resetting-it": "Don't panic, we're resetting it ✌" }