Commit a25e413f by Diana Huang

Fix settings for verification statuses on the student dashboard

parent ee52e023
...@@ -418,6 +418,11 @@ MKTG_URL_LINK_MAP = { ...@@ -418,6 +418,11 @@ MKTG_URL_LINK_MAP = {
COURSES_WITH_UNSAFE_CODE = [] COURSES_WITH_UNSAFE_CODE = []
################# Student Verification #################
VERIFY_STUDENT = {
"DAYS_GOOD_FOR": 365, # How many days is a verficiation good for?
}
############################## EVENT TRACKING ################################# ############################## EVENT TRACKING #################################
TRACK_MAX_EVENT = 10000 TRACK_MAX_EVENT = 10000
......
...@@ -1023,7 +1023,7 @@ def enable_theme(theme_name): ...@@ -1023,7 +1023,7 @@ def enable_theme(theme_name):
################# Student Verification ################# ################# Student Verification #################
VERIFY_STUDENT = { VERIFY_STUDENT = {
"DAYS_GOOD_FOR" : 365, # How many days is a verficiation good for? "DAYS_GOOD_FOR": 365, # How many days is a verficiation good for?
} }
######################## CAS authentication ########################### ######################## CAS authentication ###########################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment