providers/oauth2: add user UUID as subject option (#5556)
* providers/oauth2: add user UUID as subject option * Added translations for new OAuth2 subject option
This commit is contained in:
@ -378,6 +378,10 @@ ${this.instance?.redirectUris}</textarea
|
||||
label: t`Based on the User's ID`,
|
||||
value: SubModeEnum.UserId,
|
||||
},
|
||||
{
|
||||
label: t`Based on the User's UUID`,
|
||||
value: SubModeEnum.UserUuid,
|
||||
},
|
||||
{
|
||||
label: t`Based on the User's username`,
|
||||
value: SubModeEnum.UserUsername,
|
||||
|
||||
@ -988,6 +988,10 @@ msgstr ""
|
||||
msgid "Based on the User's username"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Based on the User's UUID"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Based on the username"
|
||||
#~ msgstr "Basierend auf dem Benutzernamen"
|
||||
|
||||
@ -980,6 +980,10 @@ msgstr "Based on the User's UPN"
|
||||
msgid "Based on the User's username"
|
||||
msgstr "Based on the User's username"
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Based on the User's UUID"
|
||||
msgstr "Based on the User's UUID"
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Based on the username"
|
||||
#~ msgstr "Based on the username"
|
||||
|
||||
@ -966,6 +966,10 @@ msgstr ""
|
||||
msgid "Based on the User's username"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Based on the User's UUID"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Based on the username"
|
||||
#~ msgstr "Basado en el nombre de usuario"
|
||||
|
||||
@ -971,6 +971,10 @@ msgstr ""
|
||||
msgid "Based on the User's username"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Based on the User's UUID"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Based on the username"
|
||||
#~ msgstr "Basé sur le nom d'utilisateur"
|
||||
|
||||
@ -970,6 +970,10 @@ msgstr ""
|
||||
msgid "Based on the User's username"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Based on the User's UUID"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Based on the username"
|
||||
#~ msgstr "Na podstawie nazwy użytkownika"
|
||||
|
||||
@ -972,6 +972,10 @@ msgstr ""
|
||||
msgid "Based on the User's username"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Based on the User's UUID"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Based on the username"
|
||||
#~ msgstr ""
|
||||
|
||||
@ -966,6 +966,10 @@ msgstr ""
|
||||
msgid "Based on the User's username"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Based on the User's UUID"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Based on the username"
|
||||
#~ msgstr "Kullanıcı adına göre"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -972,6 +972,10 @@ msgstr ""
|
||||
msgid "Based on the User's username"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Based on the User's UUID"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Based on the username"
|
||||
#~ msgstr "基于用户名"
|
||||
|
||||
@ -972,6 +972,10 @@ msgstr ""
|
||||
msgid "Based on the User's username"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
msgid "Based on the User's UUID"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/providers/oauth2/OAuth2ProviderForm.ts
|
||||
#~ msgid "Based on the username"
|
||||
#~ msgstr "基于用户名"
|
||||
|
||||
Reference in New Issue
Block a user