Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make templates for Django authentication views #65

Open
10 tasks
AdrianDAlessandro opened this issue Nov 13, 2024 · 0 comments
Open
10 tasks

Make templates for Django authentication views #65

AdrianDAlessandro opened this issue Nov 13, 2024 · 0 comments
Labels
enhancement New feature or request umbrella To group together multiple interrelated issues and track their progress

Comments

@AdrianDAlessandro
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Users need to be able to create an account and log in (see User story: RSEToolkit/rse-competencies-toolkit#111)

Describe the solution you'd like
Django provides an authentication system, there are various built-in views related to user account actions. To be enabled, they require the following:

  • Add django.contrib.auth.urls to urls
  • Add all required templates to the main/templates/registration/ directory (the default location for the templates used by the in-built views):
    • registration/login.html
    • registration/logged_out.html
    • registration/password_change_form.html
    • registration/password_change_done.html
    • registration/password_reset_form.html - this PasswordResetView seems to have some extra template options related to emailing the user.
    • registration/password_reset_done.html
    • registration/password_reset_confirm.html
    • registration/password_reset_complete.html
@AdrianDAlessandro AdrianDAlessandro added enhancement New feature or request umbrella To group together multiple interrelated issues and track their progress labels Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request umbrella To group together multiple interrelated issues and track their progress
Projects
None yet
Development

No branches or pull requests

1 participant