You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a warning when the user tries to reset their password without providing a recovery file, informing them that they will lose access to all their devices and will need to re-add them manually.
part of #255
Copy file name to clipboardExpand all lines: frontend/src/locales/de.ts
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,10 +47,17 @@ export const de ={
47
47
"recovery": {
48
48
"recovery": "Passwort zurücksetzen",
49
49
"new_password": "Neues Passwort",
50
+
"confirm_password": "Passwort bestätigen",
51
+
"confirm_password_error_message": "Passwörter stimmen nicht überein",
50
52
"recovery_file": "Wiederhestellungsdatei",
51
53
"submit": "Abschicken",
52
54
"invalid_file": "Datei ist beschädigt oder falsch",
53
-
"token_expired": "Das Token ist abgelaufen. Bitte starte den Vorgang erneut."
55
+
"token_expired": "Das Token ist abgelaufen. Bitte starte den Vorgang erneut.",
56
+
"no_file_warning_heading": "Bist du sicher?",
57
+
"no_file_warning_body": "Du hast keine Wiederherstellungsdatei angegeben. Wenn du fortfährst, wird ein neues Geräte-Secret erzeugt. Dadurch verlierst du den Zugriff auf alle deine Geräte und musst sie manuell erneut hinzufügen. Wenn du noch Zugriff auf deine Wiederherstellungsdatei hast, empfehlen wir dringend, diese zu verwenden.",
Copy file name to clipboardExpand all lines: frontend/src/locales/en.ts
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,10 +47,17 @@ export const en = {
47
47
"recovery": {
48
48
"recovery": "Password recovery",
49
49
"new_password": "New password",
50
+
"confirm_password": "Confirm password",
51
+
"confirm_password_error_message": "Passwords do not match",
50
52
"recovery_file": "Recovery File",
51
53
"submit": "Submit",
52
54
"invalid_file": "File is invalid",
53
-
"token_expired": "The token has expired. Please start the process again."
55
+
"token_expired": "The token has expired. Please start the process again.",
56
+
"no_file_warning_heading": "Are you sure?",
57
+
"no_file_warning_body": "You did not provide a recovery file. If you continue, we will generate a new device secret. This will cause you to lose access to all devices that are currently linked to your account and you will have to re-add them manually. If you still have access to your recovery file, we strongly recommend using it instead.",
58
+
"no_file_warning_cancel": "Cancel",
59
+
"no_file_warning_proceed": "Continue without file",
60
+
"no_file_warning_ack": "I understand that continuing without a recovery file will disconnect my devices and require re-adding them."
0 commit comments