keokilee / makahiki

An open source framework for creating dorm energy competitions using Django and Pinax.
http://code.google.com/p/kukui-cup
12 stars 8 forks source link

Include IP-based exception to competition dates #485

Closed rbrewer closed 12 years ago

rbrewer commented 13 years ago

When Makahiki is accessed by non-admin users outside of the competition period, users are sent to a restricted access page. It would be nice to be able to get into the site as a user from a list of IP addresses (or blocks of IP addresses) specified in a settings file.

yongwen commented 12 years ago

close. implemented differently: admin could login in, then he can switch to a normal player to access the site.