Esteban wrote: > I am pretty much fresh blood to Django and I am looking for a pluggable > application that will provide some sort of front end interface to > handle user registration and authentication to an existing project. > For many sites a user system is key, I have been reading around and > found the authentication model page: > > http://www.djangoproject.com/documentation/authentication/ > > However it would be great if there was some sort of pluggable > application that does the basics, like I said most developers/designers > would find this useful for their projects. So any ideas where to start > on this? Does anyone know if anyone has already made something like > this to build off of?
There are several "generic" auth views: login, logout, password change, password reset. These can be found scattered across django.views in trunk/0.91 or in django.contrib.auth.views in M-R. These give you the action code and then you just need to write the templates for your site and wire the views somewhere in your urls. -- --Max Battcher-- http://www.worldmaker.net/ "I'm gonna win, trust in me / I have come to save this world / and in the end I'll get the grrrl!" --Machinae Supremacy, Hero (Promo Track) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---