Skip to content

Use builtin Django views and forms

TODO:

  • Fix coupling between User and HeliportUser. This currently causes problems in tests where a user without the auth backend is created.
  • Common template for login/registration
  • ORCID validation
  • Use FormView for RegisterView
  • Update changelog?

I'm not quite sure why the issue mentioned Password{Change,Reset}View as we don't even have something that does this. This merge request does however update LoginView and RegisterView

Closes #604 (closed)

Edited by David Pape

Merge request reports