mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
i18n(en): remove unused string admin.auths.enable_auto_register (#4797)
Introduced ind2aff9a46a
. Removed incd37fccdfb
. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4797 Reviewed-by: Otto <otto@codeberg.org>
This commit is contained in:
parent
e99be039d4
commit
22d3659803
1 changed files with 0 additions and 1 deletions
|
@ -3227,7 +3227,6 @@ auths.oauth2_admin_group = Group claim value for administrator users. (Optional
|
||||||
auths.oauth2_restricted_group = Group claim value for restricted users. (Optional - requires claim name above)
|
auths.oauth2_restricted_group = Group claim value for restricted users. (Optional - requires claim name above)
|
||||||
auths.oauth2_map_group_to_team = Map claimed groups to organization teams. (Optional - requires claim name above)
|
auths.oauth2_map_group_to_team = Map claimed groups to organization teams. (Optional - requires claim name above)
|
||||||
auths.oauth2_map_group_to_team_removal = Remove users from synchronized teams if user does not belong to corresponding group.
|
auths.oauth2_map_group_to_team_removal = Remove users from synchronized teams if user does not belong to corresponding group.
|
||||||
auths.enable_auto_register = Enable auto registration
|
|
||||||
auths.sspi_auto_create_users = Automatically create users
|
auths.sspi_auto_create_users = Automatically create users
|
||||||
auths.sspi_auto_create_users_helper = Allow SSPI auth method to automatically create new accounts for users that login for the first time
|
auths.sspi_auto_create_users_helper = Allow SSPI auth method to automatically create new accounts for users that login for the first time
|
||||||
auths.sspi_auto_activate_users = Automatically activate users
|
auths.sspi_auto_activate_users = Automatically activate users
|
||||||
|
|
Loading…
Reference in a new issue