Opened 6 days ago

Closed 5 days ago

#36006 closed New feature (wontfix)

Add RegisterView to django.contrib.auth

Reported by: Andy Miller Owned by:
Component: contrib.auth Version: 5.1
Severity: Normal Keywords:
Cc: Andy Miller Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Forum Reference: https://forum.djangoproject.com/t/update-startproject-with-default-login-signup-logout-options/35175/24

A simple RegisterView seems to be a missing piece in the list of built in auth views. This often causes confusion to beginners.

The aim of this this ticket is provide a no-frills view, url & template and then also direct users to some of the more popular packages for more complex setups (pick a few and/or point to https://djangopackages.org/grids/g/registration/)

My personal starting point would be the code from my blog here: https://softwarecrafts.uk/100-words/day-241

Change History (1)

comment:1 by Sarah Boyce, 5 days ago

Resolution: wontfix
Status: newclosed

Hi Andy, reading the forum discussion this was the least popular option (adding signup) with some concerns raised by James and Carlton suggesting that this should be a how-to rather than added to core.
In short, I don't think the discussion came to a point where it's clear this should be added

Note: See TracTickets for help on using tickets.
Back to Top