From 22d365980397f8ff5afcc2277881e5bdccebddf9 Mon Sep 17 00:00:00 2001 From: 0ko <0ko@noreply.codeberg.org> Date: Sun, 4 Aug 2024 03:09:02 +0000 Subject: [PATCH] i18n(en): remove unused string admin.auths.enable_auto_register (#4797) Introduced in https://codeberg.org/forgejo/forgejo/commit/d2aff9a46a20bfd5345fec8a88d2638997a833c0. Removed in https://codeberg.org/forgejo/forgejo/commit/cd37fccdfbdf5a1a5b2d85263ffb219068d19205. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4797 Reviewed-by: Otto --- options/locale/locale_en-US.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index f06e9c596b..8737342448 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -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_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.enable_auto_register = Enable auto registration 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_activate_users = Automatically activate users