mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Add configuration option for default permission to create Organizations (#1686)
This commit is contained in:
		
				
					committed by
					
						
						Kim "BKC" Carlbäcker
					
				
			
			
				
	
			
			
			
						parent
						
							a85c5ab9ff
						
					
				
				
					commit
					51d0becb42
				
			@@ -132,6 +132,8 @@ install_success = Welcome! We're glad that you chose Gitea, have fun and take ca
 | 
			
		||||
invalid_log_root_path = Log root path is invalid: %v
 | 
			
		||||
default_keep_email_private = Default Value for Keep Email Private
 | 
			
		||||
default_keep_email_private_popup = This is the default value for the visibility of the user's email address. If set to true the email address of all new users will be hidden until the user changes his setting.
 | 
			
		||||
default_allow_create_organization = Default permission value for new users to create Organizations
 | 
			
		||||
default_allow_create_organization_popup = This is default permission value that will be assigned for new users. If set to true new users will be allowed to create Organizations.
 | 
			
		||||
no_reply_address = No-reply Address
 | 
			
		||||
no_reply_address_helper = Domain for the user's email address in git logs if he keeps his email address private. E.g. user 'joe' and 'noreply.example.org' will be 'joe@noreply.example.org'
 | 
			
		||||
 | 
			
		||||
@@ -1260,6 +1262,7 @@ config.enable_captcha = Enable Captcha
 | 
			
		||||
config.active_code_lives = Active Code Lives
 | 
			
		||||
config.reset_password_code_lives = Reset Password Code Lives
 | 
			
		||||
config.default_keep_email_private = Default Value for Keep Email Private
 | 
			
		||||
config.default_allow_create_organization = Default permission to create Organizations
 | 
			
		||||
config.no_reply_address = No-reply Address
 | 
			
		||||
 | 
			
		||||
config.webhook_config = Webhook Configuration
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user