mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
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:
@@ -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": "探索数据无效",
|
||||
|
||||
Reference in New Issue
Block a user