Re: Permissions for Anonymous Users in Django

2017-05-12 Thread Melvyn Sopacua
On Friday 12 May 2017 02:38:23 James Schneider wrote: > On May 12, 2017 12:32 AM, "Melvyn Sopacua" > wrote: > On Thursday 11 May 2017 21:59:48 Constantine Covtushenko wrote: > > Let us check terms: > > > > Anonymous User - is one that is not authenticated. It refers to > > > > scenarios when som

Re: Permissions for Anonymous Users in Django

2017-05-12 Thread James Schneider
On May 11, 2017 12:44 PM, "Uzair Tariq" wrote: Thanks man! So basically my example and deduction of the sentence was right about the anonymous and inactive authenticated users where i stated that the anonymous may be able to view the public profile but if it's an inactive authenticated user becau

Re: Permissions for Anonymous Users in Django

2017-05-12 Thread James Schneider
On May 12, 2017 12:32 AM, "Melvyn Sopacua" wrote: On Thursday 11 May 2017 21:59:48 Constantine Covtushenko wrote: > Let us check terms: > Anonymous User - is one that is not authenticated. It refers to > scenarios when someone opens site pages. Even robots can be such > users. > > Inactive

Re: Permissions for Anonymous Users in Django

2017-05-12 Thread Melvyn Sopacua
On Thursday 11 May 2017 21:59:48 Constantine Covtushenko wrote: > Let us check terms: > Anonymous User - is one that is not authenticated. It refers to > scenarios when someone opens site pages. Even robots can be such > users. > > Inactive Authenticated User - is one that successfully logged in.

Re: Permissions for Anonymous Users in Django

2017-05-11 Thread Constantine Covtushenko
You are welcome :) Have a fun with you project and Django. Django is very great! On Thu, May 11, 2017 at 10:44 PM, Uzair Tariq wrote: > Thanks man! So basically my example and deduction of the sentence was > right about the anonymous and inactive authenticated users where i stated > that the an

Re: Permissions for Anonymous Users in Django

2017-05-11 Thread Uzair Tariq
Thanks man! So basically my example and deduction of the sentence was right about the anonymous and inactive authenticated users where i stated that the anonymous may be able to view the public profile but if it's an inactive authenticated user because of some reason he may be directed to some

Re: Permissions for Anonymous Users in Django

2017-05-11 Thread Constantine Covtushenko
Hi Uzair, Please find my answer in blue: On Thu, May 11, 2017 at 9:10 PM, Uzair Tariq wrote: > A Bundle of thank Constantine Covtushenko now the working to > Authentication Backend for anonymous and inactive users is clear. Just one > last question does the scenario that i defined in my example

Re: Permissions for Anonymous Users in Django

2017-05-11 Thread Uzair Tariq
A Bundle of thank Constantine Covtushenko now the working to Authentication Backend for anonymous and inactive users is clear. Just one last question does the scenario that i defined in my example when you asked for the use case fit this line from the same topic. * The support for anonymous user

Re: Permissions for Anonymous Users in Django

2017-05-11 Thread Constantine Covtushenko
Hi Uzair, It seems like I see your point. Let me head you on answer off your first question: > Does the Django have support for permission for the anonymous users? Open the link provided by you: Reference Topic Link

Re: Permissions for Anonymous Users in Django

2017-05-10 Thread Melvyn Sopacua
On Wednesday 10 May 2017 09:49:48 Uzair Tariq wrote: > Consider a scenario in which an anonymous user search for the user > profiles on the google. He gets public profile link to different > social network which he can view as the anonymous user but if this > user is registered and authenticated us

Re: Permissions for Anonymous Users in Django

2017-05-10 Thread Uzair Tariq
Consider a scenario in which an anonymous user search for the user profiles on the google. He gets public profile link to different social network which he can view as the anonymous user but if this user is registered and authenticated user on the social site but his profile is inactive at the

Re: Permissions for Anonymous Users in Django

2017-05-10 Thread Constantine Covtushenko
Hi Uzair, Can you please provide some use cases when there is needed such behavior? Regards, Constantine C. On Tue, May 9, 2017 at 6:56 AM, Uzair Tariq wrote: > Does the Django have support for permission for the anonymous users? Reference > Topic Link >

Permissions for Anonymous Users in Django

2017-05-08 Thread Uzair Tariq
Does the Django have support for permission for the anonymous users? Reference Topic Link is making it ambiguous for me deciding between its support. Is it talking about a scenario where permissi