mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 10:33:54 +00:00
settings: Allow customizing HOME_NOT_LOGGED_IN.
This can be useful if one wants a third-party authentication system to apply first.
This commit is contained in:
committed by
Alex Vandiver
parent
7e9b1a13b0
commit
0255cbda03
@@ -106,6 +106,7 @@ SOCIAL_AUTH_SYNC_CUSTOM_ATTRS_DICT: Dict[str, Dict[str, Dict[str, str]]] = {}
|
||||
|
||||
# Other auth
|
||||
SSO_APPEND_DOMAIN: Optional[str] = None
|
||||
HOME_NOT_LOGGED_IN: Optional[str] = None
|
||||
|
||||
VIDEO_ZOOM_CLIENT_ID = get_secret("video_zoom_client_id", development_only=True)
|
||||
VIDEO_ZOOM_CLIENT_SECRET = get_secret("video_zoom_client_secret")
|
||||
|
||||
Reference in New Issue
Block a user