Basic auth struggle

2012-09-13 Thread pearlball
Struggling with my very basic django auth login system. When a new user registers, they are first redirected to `/user/user_id` as I'd like (the user is being created fine), but they are then redirected to `/login?next=/user/user_id/` which is being done by the @login_decorator over the `user`

Full auth solution

2012-08-17 Thread pearlball
Although the auth module is very useful, there's still a lot of faffing to be done just to get a standard user login system in place. Can anyone recommend a sort of boilerplate solution with a full suite of registration, user profile pages, etc. written up and ready to copy/paste or plug/play?