Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
fix default for VERIFY_STUDENT in lms/envs/aws.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbau committed Sep 12, 2013
1 parent 193f716 commit 2f23083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/envs/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,4 @@
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 comments on commit 2f23083

Please sign in to comment.