respond to Cale pull request comments. Update access.py (LMS) to use the same 'check for legacy group name first' logic. Add SECRET_KEY setting to the CAS project so that auth tokens from CAS are accepted in the LMS

This commit is contained in:
Chris Dodge
2012-10-09 15:11:07 -04:00
parent 68945fdc77
commit a80e8ce3d5
4 changed files with 34 additions and 19 deletions

View File

@@ -97,3 +97,6 @@ CACHES = {
# Make the keyedcache startup warnings go away
CACHE_TIMEOUT = 0
# Dummy secret key for dev
SECRET_KEY = '85920908f28904ed733fe576320db18cabd7b6cd'