mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
This reverts #25165 (5bb8d1924d
), as there
was a chance some important reviews got missed.
so after reverting this patch it will be resubmitted for reviewing again
https://github.com/go-gitea/gitea/pull/25165#issuecomment-1960670242
temporary Open #5512 again
This commit is contained in:
@ -523,9 +523,6 @@ Content = Content
|
||||
SSPISeparatorReplacement = Separator
|
||||
SSPIDefaultLanguage = Default Language
|
||||
|
||||
SAMLMetadata = Either SAML Identity Provider metadata URL or XML
|
||||
SAMLMetadataURL = SAML Identity Provider metadata URL is invalid
|
||||
|
||||
require_error = ` cannot be empty.`
|
||||
alpha_dash_error = ` should contain only alphanumeric, dash ('-') and underscore ('_') characters.`
|
||||
alpha_dash_dot_error = ` should contain only alphanumeric, dash ('-'), underscore ('_') and dot ('.') characters.`
|
||||
@ -3032,18 +3029,7 @@ auths.sspi_separator_replacement = Separator to use instead of \, / and @
|
||||
auths.sspi_separator_replacement_helper = The character to use to replace the separators of down-level logon names (eg. the \ in "DOMAIN\user") and user principal names (eg. the @ in "user@example.org").
|
||||
auths.sspi_default_language = Default user language
|
||||
auths.sspi_default_language_helper = Default language for users automatically created by SSPI auth method. Leave empty if you prefer language to be automatically detected.
|
||||
auths.saml_nameidformat = SAML NameID Format
|
||||
auths.saml_identity_provider_metadata_url = Identity Provider Metadata URL
|
||||
auths.saml_identity_provider_metadata = Identity Provider Metadata XML
|
||||
auths.saml_insecure_skip_assertion_signature_validation = [Insecure] Skip Assertion Signature Validation
|
||||
auths.saml_service_provider_certificate = Service Provider Certificate
|
||||
auths.saml_service_provider_private_key = Service Provider Private Key
|
||||
auths.saml_identity_provider_email_assertion_key = Email Assertion Key
|
||||
auths.saml_identity_provider_name_assertion_key = Name Assertion Key
|
||||
auths.saml_identity_provider_username_assertion_key = Username Assertion Key
|
||||
auths.saml_icon_url = Icon URL
|
||||
auths.tips = Tips
|
||||
auths.tips.saml = Documentation can be found at https://docs.gitea.com/usage/authentication#saml
|
||||
auths.tips.oauth2.general = OAuth2 Authentication
|
||||
auths.tips.oauth2.general.tip = When registering a new OAuth2 authentication, the callback/redirect URL should be:
|
||||
auths.tip.oauth2_provider = OAuth2 Provider
|
||||
|
Reference in New Issue
Block a user