- Fixed AttributeError in User model (added region_code, preferred_language) - Fixed InvalidRequestError in AssetAssignment (added organization relationship) - Configured STATIC_DIR for translation sync - Applied Alembic migrations for user schema updates
23 lines
414 B
JSON
23 lines
414 B
JSON
{
|
|
"AUTH": {
|
|
"LOGIN": {
|
|
"SUCCESS": "Login successful. Welcome back!"
|
|
},
|
|
"ERROR": {
|
|
"EMAIL_EXISTS": "This email is already registered."
|
|
}
|
|
},
|
|
"SENTINEL": {
|
|
"LOCK": {
|
|
"MSG": "Account locked for security reasons."
|
|
}
|
|
},
|
|
"EMAIL": {
|
|
"REG": {
|
|
"SUBJECT": "Confirm your registration"
|
|
},
|
|
"PWD_RESET": {
|
|
"SUBJECT": "Password Reset Request"
|
|
}
|
|
}
|
|
} |