You can edit /applications/admin/models/access.py -- http://code.google.com/p/web2py/source/browse/applications/admin/models/access.py#16.
Anthony On Tuesday, September 27, 2011 3:12:46 PM UTC-4, Aaron wrote: > > Hi, we're in the early stages of developing our web2py applications, > and we don't really care if we expose the admin interface over HTTP, > as our system is completely internal to a single server. We're using > VMs to run a Mongrel2 server linked with web2py and accessing our > web2py apps from the VMs' host machine. > > Is there a way to disable the "Admin is disabled because insecure > channel" message and run the admin application over HTTP during > development? > > Thanks, > Aaron

