Re: Signal limitations with custom models!

2017-05-18 Thread Uzair Tariq
17, 2017 7:59 AM, "Uzair Tariq" > > wrote: > > So i read about *Signal Limitations *in Django that comes up with user > custom models and you can't use *get_user_model()* as according to this link > <https://code.djangoproject.com/ticket/19218>it's clea

Signal limitations with custom models!

2017-05-17 Thread Uzair Tariq
So i read about *Signal Limitations *in Django that comes up with user custom models and you can't use *get_user_model()* as according to this link it's clearly stated that the reason for it is because the module is not completely loaded at this point

Re: Permissions for Anonymous Users in Django

2017-05-11 Thread Uzair Tariq
some other error page because of is_active() permission check and he wont be able to view even public profile because the whole system will logically be promoting about account activation or any sort of equivalent reason/error. On Tuesday, May 9, 2017 at 8:56:47 AM UTC+5, Uzair Tariq wrote: >

Re: Permissions for Anonymous Users in Django

2017-05-11 Thread Uzair Tariq
+5, Uzair Tariq wrote: > > Does the Django have support for permission for the anonymous users? > Reference > Topic Link > <https://docs.djangoproject.com/en/1.11/topics/auth/customizing/#authorization-for-inactive-users> > is > making it ambiguous for me deciding

Re: Permissions for Anonymous Users in Django

2017-05-10 Thread Uzair Tariq
On Tuesday, May 9, 2017 at 8:56:47 AM UTC+5, Uzair Tariq wrote: > > Does the Django have support for permission for the anonymous users? > Reference > Topic Link > <https://docs.djangoproject.com/en/1.11/topics/auth/customizing/#authorization-for-inactive-users> > is

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

Django authentication security check against LDAP

2017-05-03 Thread Uzair Tariq
While studying the Authentication Views in Django I came across some of the build in views including password reset view. I got hang of its basic working mechanism while reading the documentation I encountered the line promoting the use of *set_unusable_password()* in Djagno authentication agai