+
+
+
+
+ )
+}
diff --git a/resources/lang/de.json b/resources/lang/de.json
index 2a56605..96fdf73 100644
--- a/resources/lang/de.json
+++ b/resources/lang/de.json
@@ -82,6 +82,17 @@
"auth.login_identifier": "E-Mail oder Benutzername",
"auth.login_placeholder": "name@example.com oder benutzername",
"auth.forgot_password": "Passwort vergessen?",
+ "auth.forgot_password_hint": "Gib die E-Mail-Adresse deines Kontos ein, dann senden wir dir einen Link zum Zuruecksetzen.",
+ "auth.reset_email_placeholder": "name@example.com",
+ "auth.send_reset_link": "Reset-Link senden",
+ "auth.sending_reset_link": "Wird gesendet...",
+ "auth.reset_link_sent": "Falls ein Konto existiert, wurde ein Passwort-Reset-Link gesendet.",
+ "auth.reset_password_title": "Passwort zuruecksetzen",
+ "auth.reset_password_hint": "Gib deine E-Mail-Adresse ein und waehle ein neues Passwort.",
+ "auth.reset_password_submit": "Passwort zuruecksetzen",
+ "auth.resetting_password": "Wird zurueckgesetzt...",
+ "auth.password_reset_success": "Passwort erfolgreich zurueckgesetzt. Du kannst dich jetzt anmelden.",
+ "auth.confirm_password": "Passwort bestaetigen",
"auth.register_hint": "Registriere dich mit E-Mail und einem eindeutigen Benutzernamen.",
"auth.verify_notice": "Bitte bestätige deine E-Mail-Adresse, bevor du dich anmeldest.",
"auth.register_title": "Konto erstellen",
diff --git a/resources/lang/en.json b/resources/lang/en.json
index 8fdb815..df87488 100644
--- a/resources/lang/en.json
+++ b/resources/lang/en.json
@@ -82,6 +82,17 @@
"auth.login_identifier": "Email or username",
"auth.login_placeholder": "name@example.com or username",
"auth.forgot_password": "Forgot password?",
+ "auth.forgot_password_hint": "Enter your account email and we will send you a password reset link.",
+ "auth.reset_email_placeholder": "name@example.com",
+ "auth.send_reset_link": "Send reset link",
+ "auth.sending_reset_link": "Sending...",
+ "auth.reset_link_sent": "If an account exists, a password reset link has been sent.",
+ "auth.reset_password_title": "Reset password",
+ "auth.reset_password_hint": "Enter your email and choose a new password.",
+ "auth.reset_password_submit": "Reset password",
+ "auth.resetting_password": "Resetting...",
+ "auth.password_reset_success": "Password reset successful. You can now sign in.",
+ "auth.confirm_password": "Confirm password",
"auth.register_hint": "Register with an email and a unique username.",
"auth.verify_notice": "Check your email to verify your account before logging in.",
"auth.register_title": "Create account",