regluit/libraryauth
eric 439169a1ab Implemented IP authentication
libraries get associated with a library_block table (IP ranges)
moved superlogin here
IP stuff mostly copied from
https://github.com/benliles/django-ipauth/blob/master/ipauth/models.py
The model is that you need to be in an allowed IP range to "join" a
library. Once you've joined, you can use your login from anywhere. to
use that library.
Asign IP ranges in admin
2013-10-08 15:37:22 -04:00
..
ip Implemented IP authentication 2013-10-08 15:37:22 -04:00
migrations Implemented IP authentication 2013-10-08 15:37:22 -04:00
templates/libraryauth Implemented IP authentication 2013-10-08 15:37:22 -04:00
__init__.py Implemented IP authentication 2013-10-08 15:37:22 -04:00
admin.py Implemented IP authentication 2013-10-08 15:37:22 -04:00
backends.py Implemented IP authentication 2013-10-08 15:37:22 -04:00
forms.py Implemented IP authentication 2013-10-08 15:37:22 -04:00
models.py Implemented IP authentication 2013-10-08 15:37:22 -04:00
urls.py Implemented IP authentication 2013-10-08 15:37:22 -04:00
views.py Implemented IP authentication 2013-10-08 15:37:22 -04:00