mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Add interface for creating new realms.
This is controlled by settings.OPEN_REALM_CREATION; if that setting is off, this feature doesn't do anything.
This commit is contained in:
		@@ -68,6 +68,9 @@ i18n_urls = [
 | 
			
		||||
    # Portico-styled page used to provide email confirmation of terms acceptance.
 | 
			
		||||
    url(r'^accounts/accept_terms/$', 'zerver.views.accounts_accept_terms'),
 | 
			
		||||
 | 
			
		||||
    # Realm Creation
 | 
			
		||||
    url(r'^create_realm/$', 'zerver.views.create_realm'),
 | 
			
		||||
 | 
			
		||||
    # Login/registration
 | 
			
		||||
    url(r'^register/$', 'zerver.views.accounts_home', name='register'),
 | 
			
		||||
    url(r'^login/$',  'zerver.views.login_page', {'template_name': 'zerver/login.html'}),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user