Skip to content
Snippets Groups Projects
Commit 1a5176c9 authored by Jason Bau's avatar Jason Bau
Browse files

Merge pull request #966 from edx/jbau/fix/verify-student-aws-settings-defaults

fix default for VERIFY_STUDENT in lms/envs/aws.py
parents c6dfd97e 2f230836
No related merge requests found
......@@ -264,4 +264,4 @@ BROKER_URL = "{0}://{1}:{2}@{3}/{4}".format(CELERY_BROKER_TRANSPORT,
TRACKING_BACKENDS.update(AUTH_TOKENS.get("TRACKING_BACKENDS", {}))
# Student identity verification settings
VERIFY_STUDENT = AUTH_TOKENS.get("VERIFY_STUDENT", "")
VERIFY_STUDENT = AUTH_TOKENS.get("VERIFY_STUDENT", VERIFY_STUDENT)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment