Files
fastapi-best-architecture/backend/locale/en-US.json
T
Wu Clan cf9e5dc4f4 Update user and login security configs (#922)
* Update user and login security configs

* Optimize some code definitions

* Update config comments

* Update the captcha check

* Update the config plugin sql scripts

* Add user password history model to init

* Fix some logic errors

* Add last_password_changed_time to user sql

* Fix user update password

* Fix the dynamic config check

* Update the user sql style
2025-11-16 21:23:36 +08:00

21 lines
486 B
JSON

{
"error": {
"captcha": {
"error": "Captcha error",
"invalid": "Captcha is invalid, please try again",
"expired": "Captcha has expired, please try again"
},
"language_not_found": "Current language pack is not initialized or does not exist"
},
"response": {
"error": "Request error",
"success": "Request success"
},
"success": {
"login": {
"oauth2_success": "Login success (OAuth2)",
"success": "Login success"
}
}
}