Change Password Implemented
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user