Revert "Use edx-ace for the password reset email"
This commit is contained in:
@@ -27,8 +27,7 @@ for pkg_name in ['track.contexts', 'track.middleware', 'dd.dogapi']:
|
||||
|
||||
################################ EMAIL ########################################
|
||||
|
||||
EMAIL_BACKEND = 'django.core.mail.backends.filebased.EmailBackend'
|
||||
EMAIL_FILE_PATH = '/edx/src/ace_messages/'
|
||||
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
|
||||
|
||||
################################# LMS INTEGRATION #############################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user