Change Password Implemented

This commit is contained in:
2025-09-09 16:03:34 +05:30
parent b3fb387bdd
commit c322d1d2fd
7 changed files with 110 additions and 35 deletions

View File

@@ -292,5 +292,21 @@
"viewCardDeatils": "View Card Details",
"logout": "Logout",
"logoutCheck": "Are you sure you want to logout?",
"changeLoginPassword": "Change Login Password"
"changeLoginPassword": "Change Login Password",
"currentpwdrqd": "Current password is required",
"newpwdrqd": "New password is required",
"pwdFormat": "At least 8 characters(upper & lower case), digit, special char",
"newoldpwddiff": "New password must differ from current",
"confirmpwdrqd": "Confirm password is required",
"pwdmismatch": "Passwords do not match",
"failedtosentOTP": "Failed to send OTP",
"currentpwd": "Current Password",
"newpwd": "New Password",
"confirmpwd": "Confirm New Password",
"pwdchangeSuccess": "Password changed successfully!",
"failedToValidate": "Failed to Validate",
"otpVerification": "OTP Verification",
"otpSent": "An OTP has been sent to your registered mobile number.",
"enterOTP": "Enter OTP",
"validateOTP": "Validate OTP"
}