Pilsburgh / django-forum

Automatically exported from code.google.com/p/django-forum
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Unauthenticated users redirected to login page #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since django-accounts reusable app is very popular, I believe redirecting to 
the login page is more effective than just giving an HTTP Error.

Original issue reported on code.google.com by alcidesfonseca on 1 Aug 2009 at 10:44

Attachments:

GoogleCodeExporter commented 9 years ago
Added in SVN r49

It uses settings.LOGIN_URL if available, otherwise /accounts/login/ is used.

Note that most of these views won't be seen by anon users anyway as the links 
are
hidden in the default templates.

Original comment by rwpoul...@gmail.com on 4 Aug 2009 at 1:00