GeriLife / companionship

Promoting companionship and well-being for everyone.
European Union Public License 1.2
7 stars 18 forks source link

Add password-reset feature #55

Closed brylie closed 2 years ago

brylie commented 2 years ago

Currently, if a user forgets their password they cannot request a password reset.

Task

Marsh-sudo commented 2 years ago

Assign me this kindly

Marsh-sudo commented 2 years ago

Also it would be helpful if you could tell me which folder to concentrate on cause there are so many to navigate kindly

brylie commented 2 years ago

Thanks, @Marsh-sudo! :-)

See the accounts app for templates related to authentication.

For what it's worth, we may only need to define the following templates since Django auth already provides the default logic.

For now, we can use the following configuration for the email backend in core/settings.py

EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
brylie commented 2 years ago

Closed by #75