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