Re: Login based in url for user

2011-09-11 Thread Praveen Krishna R
*You can filter the objects based on user. Which means you can include a ForeignKey to User model in your models, and save the logged in user while saving the model. In the views, while displaying, you can filter based on the logged-in user. So no other user get to see your objects * On Tue, Aug 30

Login based in url for user

2011-08-30 Thread Carsten Jantzen
Hej I am new and trying to make a login for mysite. I have written a basic login which validates against another site and is working fine atm. I would like to make the auth related to the url. So that user a with permission 1 can access www.test.dk/1/content but he is not allowed to access www.tes