mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 07:21:36 +01:00 
			
		
		
		
	#2633 fix removed config option
This commit is contained in:
		
							parent
							
								
									24829f314b
								
							
						
					
					
						commit
						3af1d3c581
					
				| @ -972,7 +972,6 @@ config.register_email_confirm = Require Email Confirmation | ||||
| config.disable_register = Disable Registration | ||||
| config.show_registration_button = Show Register Button | ||||
| config.require_sign_in_view = Require Sign In View | ||||
| config.enable_cache_avatar = Enable Cache Avatar | ||||
| config.mail_notify = Mail Notification | ||||
| config.disable_key_size_check = Disable Minimum Key Size Check | ||||
| config.enable_captcha = Enable Captcha | ||||
|  | ||||
| @ -74,8 +74,6 @@ | ||||
| 						<dd><i class="fa fa{{if .Service.ShowRegistrationButton}}-check{{end}}-square-o"></i></dd> | ||||
| 						<dt>{{.i18n.Tr "admin.config.require_sign_in_view"}}</dt> | ||||
| 						<dd><i class="fa fa{{if .Service.RequireSignInView}}-check{{end}}-square-o"></i></dd> | ||||
| 						<dt>{{.i18n.Tr "admin.config.enable_cache_avatar"}}</dt> | ||||
| 						<dd><i class="fa fa{{if .Service.EnableCacheAvatar}}-check{{end}}-square-o"></i></dd> | ||||
| 						<dt>{{.i18n.Tr "admin.config.mail_notify"}}</dt> | ||||
| 						<dd><i class="fa fa{{if .Service.EnableNotifyMail}}-check{{end}}-square-o"></i></dd> | ||||
| 						{{/*<dt>{{.i18n.Tr "admin.config.disable_key_size_check"}}</dt> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user