Closed Belgand closed 12 years ago
can you update on what is left for this? I see it mostly working but there are a few bugs.
I actually haven't done any work on it. I meant to all week, but kept getting sidetracked by other things. Whatever is working or half-working right now I'm completely in the dark about. I haven't even tried to create accounts.
Looks to be working to me. Right now it's running through what came with django-registration and the templates for that package that @gmckeever added. Currently it allows a user to:
It's validating for username and e-mail, but not for passwords. At least, not in any sort of acceptable fashion. The field is required, but spaces are being accepted as a password.
We should be able to use the current templates to create a new user and log in/out with them. This might also require some new templates for the user page that are expected by Django and/or django-registration (e.g. /user/user_name).