#2633 fix removed config option
This commit is contained in:
		
							parent
							
								
									24829f314b
								
							
						
					
					
						commit
						3af1d3c581
					
				
					 2 changed files with 0 additions and 3 deletions
				
			
		|  | @ -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…
	
		Reference in a new issue