mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +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": "Geçersiz OAuth 2.0 jetonu",
|
||||
"cannot retrieve user info from oauth2 provider": "OAuth 2.0 sağlayıcısından kullanıcı bilgisi alınamıyor",
|
||||
"oauth2 user already bound to another user": "OAuth 2.0 kullanıcısı zaten başka bir kullanıcıya bağlı",
|
||||
"user name and email from oauth2 provider are both empty": "User name and email from OAuth 2.0 provider are both empty",
|
||||
"user name from oauth2 provider is empty": "User name from OAuth 2.0 provider is empty",
|
||||
"email from oauth2 provider is empty": "Email from OAuth 2.0 provider is empty",
|
||||
"user name from oauth2 provider is empty, cannot register new user": "User name from OAuth 2.0 provider is empty, cannot register new user",
|
||||
"email from oauth2 provider is empty, cannot register new user": "Email from OAuth 2.0 provider is empty, cannot register new user",
|
||||
"explorer id is invalid": "Explorer ID is invalid",
|
||||
"explorer not found": "Explorer is not found",
|
||||
"explorer data is invalid": "Explorer data is invalid",
|
||||
|
||||
Reference in New Issue
Block a user