feat: implement password reset functionality with token verification and change password feature

This commit is contained in:
2025-10-10 09:15:29 +02:00
parent 7ec4bdf620
commit f1e7c2d7aa
9 changed files with 441 additions and 2 deletions

View File

@@ -582,7 +582,13 @@ const translations = {
theme: "Motyw",
themeDescription: "Wybierz preferowany motyw",
language: "Język",
languageDescription: "Wybierz preferowany język"
languageDescription: "Wybierz preferowany język",
password: "Hasło",
passwordDescription: "Zmień hasło do konta",
currentPassword: "Aktualne hasło",
newPassword: "Nowe hasło",
confirmPassword: "Potwierdź nowe hasło",
changePassword: "Zmień hasło"
}
},
@@ -1090,7 +1096,13 @@ const translations = {
theme: "Theme",
themeDescription: "Choose your preferred theme",
language: "Language",
languageDescription: "Select your preferred language"
languageDescription: "Select your preferred language",
password: "Password",
passwordDescription: "Change your account password",
currentPassword: "Current Password",
newPassword: "New Password",
confirmPassword: "Confirm New Password",
changePassword: "Change Password"
}
}
};