diff --git a/lms/envs/bok_choy.py b/lms/envs/bok_choy.py index 898504791e..4a4611f1dc 100644 --- a/lms/envs/bok_choy.py +++ b/lms/envs/bok_choy.py @@ -128,6 +128,9 @@ FEATURES['ENABLE_TEAMS'] = True # Enable custom content licensing FEATURES['LICENSING'] = True +# Use the auto_auth workflow for creating users and logging them in +FEATURES['AUTOMATIC_AUTH_FOR_TESTING'] = True + ########################### Entrance Exams ################################# FEATURES['MILESTONES_APP'] = True FEATURES['ENTRANCE_EXAMS'] = True