allow the either username or email is empty which returns from oauth 2.0 provider, but require both to be present when automatically registering a new user

This commit is contained in:
MaysWind
2026-01-16 00:00:28 +08:00
parent 43a6d1be0f
commit 83a34ae322
20 changed files with 119 additions and 5 deletions
+5
View File
@@ -1270,6 +1270,11 @@
"invalid oauth2 token": "无效的 OAuth 2.0 令牌",
"cannot retrieve user info from oauth2 provider": "无法从 OAuth 2.0 提供者获取用户信息",
"oauth2 user already bound to another user": "OAuth 2.0 用户已经绑定到另一个用户",
"user name and email from oauth2 provider are both empty": "来自 OAuth 2.0 提供者的用户名和电子邮箱均为空",
"user name from oauth2 provider is empty": "来自 OAuth 2.0 提供者的用户名为空",
"email from oauth2 provider is empty": "来自 OAuth 2.0 提供者的电子邮箱为空",
"user name from oauth2 provider is empty, cannot register new user": "来自 OAuth 2.0 提供者的用户名为空,无法注册新用户",
"email from oauth2 provider is empty, cannot register new user": "来自 OAuth 2.0 提供者的电子邮箱为空,无法注册新用户",
"explorer id is invalid": "探索ID无效",
"explorer not found": "探索不存在",
"explorer data is invalid": "探索数据无效",