diff --git a/contrib/env-sample b/contrib/env-sample index 7f3ea35..4591608 100644 --- a/contrib/env-sample +++ b/contrib/env-sample @@ -7,4 +7,13 @@ AWS_ACCESS_KEY_ID = AWS_SECRET_ACCESS_KEY = AWS_STORAGE_BUCKET_NAME = INTERNAL_IPS=127.0.0.1 -SENTRY_DSN= \ No newline at end of file +SENTRY_DSN= + +# Configurações de e-mail +EMAIL_BACKEND=django.core.mail.backends.console.EmailBackend +EMAIL_HOST=localhost +EMAIL_PORT=25 +EMAIL_HOST_USER= +EMAIL_HOST_PASSWORD= +EMAIL_USE_TLS=True +DEFAULT_FROM_EMAIL=matheuslopes.py@gmail.com \ No newline at end of file diff --git a/pypro/base/templates/registration/password_reset_form.html b/pypro/base/templates/registration/password_reset_form.html new file mode 100644 index 0000000..7f3bc33 --- /dev/null +++ b/pypro/base/templates/registration/password_reset_form.html @@ -0,0 +1,28 @@ +{% extends 'base/base.html' %} +{% load i18n static %} + + +{% block title %}Formulário de recuperação de senha.{% endblock %} + +{% block body %} +
{% translate 'Forgotten your password? Enter your email address below, and we’ll email instructions for setting a new one.' %}
+ + +