mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	settings: Set ONLY_SSO to False when not enabled.
(imported from commit fcfe8462aae70dbdff55d245cfd5a6b723cd8378)
This commit is contained in:
		@@ -716,6 +716,7 @@ if (len(AUTHENTICATION_BACKENDS) == 1 and
 | 
			
		||||
    ONLY_SSO = True
 | 
			
		||||
else:
 | 
			
		||||
    HOME_NOT_LOGGED_IN = '/login'
 | 
			
		||||
    ONLY_SSO = False
 | 
			
		||||
AUTHENTICATION_BACKENDS += ('guardian.backends.ObjectPermissionBackend',)
 | 
			
		||||
 | 
			
		||||
if DEPLOYED:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user