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:
Tim Abbott
2022-05-08 19:53:19 -07:00
committed by Alex Vandiver
parent 7e9b1a13b0
commit 0255cbda03
3 changed files with 11 additions and 9 deletions

View File

@@ -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")