Re: Making a login/create user interface

2011-06-07 Thread Martin
Are you kidding? https://docs.djangoproject.com/en/1.3/topics/auth/#authentication-in-web-requests The docs are crystal clear. And if you don't want to implement your own views, django-registration is as simple as

Re: Making a login/create user interface

2011-06-07 Thread raj
I got completely lost when looking at that. I don't even know how to describe my confusion. I guess my issue is that I'm not seeing the big picture when reading to the tutorial. And i'm, not familiar with the django-registration thing described below. Is it possible that you can create a very simpl

Re: Making a login/create user interface

2011-06-07 Thread imageguy
I would recommend django-registration as well. Seems to handle all the machinery quite well. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/VnRGWTd6ZDhLR

Re: Making a login/create user interface

2011-06-06 Thread william ratcliff
you may also wish to look into django-registration. On Mon, Jun 6, 2011 at 1:03 PM, Shawn Milochik wrote: > Most of the info you need is here: > > > https://docs.djangoproject.com/en/1.3/topics/auth/#authentication-in-web-requests > > If you get stuck understanding any specific points in the doc

Re: Making a login/create user interface

2011-06-06 Thread Shawn Milochik
Most of the info you need is here: https://docs.djangoproject.com/en/1.3/topics/auth/#authentication-in-web-requests If you get stuck understanding any specific points in the docs then let us know (be as descriptive as possible) and you'll probably get help. -- You received this message becau

Making a login/create user interface

2011-06-06 Thread raj
Hey guys, I'm sort of new to this, can someone talk me through on how to make a simple login/create user interface? How exactly do I use the auth_user stuff? Should I even use these given tables? What should the mysql tables look like anyway? What about password encryption? If I don't use the auth_