Fix settings for verification statuses on the student dashboard
This commit is contained in:
@@ -418,6 +418,11 @@ MKTG_URL_LINK_MAP = {
|
||||
|
||||
COURSES_WITH_UNSAFE_CODE = []
|
||||
|
||||
################# Student Verification #################
|
||||
VERIFY_STUDENT = {
|
||||
"DAYS_GOOD_FOR": 365, # How many days is a verficiation good for?
|
||||
}
|
||||
|
||||
############################## EVENT TRACKING #################################
|
||||
|
||||
TRACK_MAX_EVENT = 10000
|
||||
|
||||
@@ -1023,7 +1023,7 @@ def enable_theme(theme_name):
|
||||
|
||||
################# Student Verification #################
|
||||
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 ###########################
|
||||
|
||||
Reference in New Issue
Block a user