fix default for VERIFY_STUDENT in lms/envs/aws.py

This commit is contained in:
Jason Bau
2013-09-12 12:16:47 -07:00
committed by Diana Huang
parent 6e8c8a647c
commit 89a4737da8

View File

@@ -256,4 +256,4 @@ BROKER_URL = "{0}://{1}:{2}@{3}/{4}".format(CELERY_BROKER_TRANSPORT,
CELERY_BROKER_VHOST)
# Student identity verification settings
VERIFY_STUDENT = AUTH_TOKENS.get("VERIFY_STUDENT", "")
VERIFY_STUDENT = AUTH_TOKENS.get("VERIFY_STUDENT", VERIFY_STUDENT)