From 0455bcc9311a14a10814bebb478e11dcc5b31d65 Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Thu, 7 Oct 2010 20:46:13 -0700
Subject: [PATCH] added param

---
 auth/auth_systems/cas.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/auth/auth_systems/cas.py b/auth/auth_systems/cas.py
index 55f0c4a..c246839 100644
--- a/auth/auth_systems/cas.py
+++ b/auth/auth_systems/cas.py
@@ -25,6 +25,8 @@ if hasattr(settings, 'CAS_USERNAME'):
 
 # display tweaks
 LOGIN_MESSAGE = "Log in with my NetID"
+STATUS_UPDATES = False
+
 
 def _get_service_url():
   # FIXME current URL
-- 
GitLab