feat: add password change, class unenroll, and optional notify flags
Let admins skip SMS on user, class, and invoice actions, and let users change their own password with the current one.
This commit is contained in:
@@ -114,6 +114,16 @@
|
||||
"en": "Invalid username or password.",
|
||||
"fa": "نام کاربری یا رمز عبور اشتباه است."
|
||||
},
|
||||
"INVALID_CURRENT_PASSWORD": {
|
||||
"statusCode": 401,
|
||||
"en": "Current password is incorrect.",
|
||||
"fa": "رمز عبور فعلی اشتباه است."
|
||||
},
|
||||
"WEAK_PASSWORD": {
|
||||
"statusCode": 400,
|
||||
"en": "Password must be at least 6 characters.",
|
||||
"fa": "رمز عبور باید حداقل ۶ نویسه باشد."
|
||||
},
|
||||
"TOKEN_EXPIRED": {
|
||||
"statusCode": 401,
|
||||
"en": "Token has expired. Please login again.",
|
||||
|
||||
Reference in New Issue
Block a user