Commit 309578c6 by Álex Álvarez

Corrección email seguro

parent be29ce61
......@@ -145,7 +145,7 @@ EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = 'magicrace8@gmail.com'
EMAIL_HOST_PASSWORD = 'vvtu weej fioa lfrs'
EMAIL_HOST_USER = config['EMAIL']['USER']
EMAIL_HOST_PASSWORD = config['EMAIL']['PASSWORD']
LOGIN_URL = ('/registro/login')
\ No newline at end of file
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