I have web2py running on a hosting service. I am trying to get to the
administration/code writing section remotely. How do I do this?

I tried in applications/admin/controllers/default.py, replacing
raise HTTP(200,T('Admin is disabled because unsecure channel'))
with
pass#raise HTTP(200,T('Admin is disabled because unsecure channel'))
then I started it with web2py$python web2py.py -a 'a'
I also tried it without the -a option. I am getting "admin disabled
because
unable to access password file". How do I fix this? There is not
https, to
protect from intruders, but I do not need it.


David Jensen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to