sunlightlabs / django-locksmith

django utilities for shared api authentication & log aggregation
BSD 3-Clause "New" or "Revised" License
27 stars 5 forks source link

@staff_required pages can cause a redirect loop #9

Closed dvogel closed 10 years ago

dvogel commented 10 years ago

If a user doesn't have proper permissions then the @staff_required director will send them to the login page which will create a redirect loop.

dvogel commented 10 years ago

Fixed in 4b1ded98de951943d5039acb467e0d7bed2b7c93