If you start web2py without a password it is disabled. You can also delete the parameters_80.py files which contains the password for access via the 80 port.
On Aug 27, 10:36 am, Pynthon <[email protected]> wrote: > Ah so you did something so other people can't access admin? Wouldn't > it be a good idea that you can disable the admin app like a config.py > file as example: > > admin = false > > On 26 aug, 15:50, Yarko Tymciurak <[email protected]> wrote: > > > On Wed, Aug 26, 2009 at 4:34 PM, mdipierro<[email protected]> wrote: > > > > Assuming you run web2py locally > > > > "admin" the web based IDE is at > > > > http://127.0.0.1:8000/admin > > > > "appadmin" is the database administration interface (one for every > > > app) > > > > http://127.0.0.1:8000/[yourapp]/default/appadmin > > > Massimo has been making this typo today... > > > Remember URL() syntax: it's: URL( app, controller, function) > > > The controller in this case is appadmin, and index() the default > > function, so this should read: > > >http://localhost:8000/[yourapp]/appadmin > > > > In my installation (web2py.com) both admin and the appadmin(s) for all > > > apps are blocked and they requires http > > > > https://web2py.com/admin > > > > https://web2py.com/examples/default/appadmin > > > > You can try the demon > > > > http://web2py.com/demo_admin > > > > On Aug 26, 2:30 pm, Pynthon Pynthon <[email protected]> wrote: > > >> Hello > > > >> When I'm looking at Web2py.com and I do web2py.com/appadmin I do not get > > >> the > > >> Web2py admin.. Now is my question is this admin disabled or is it > > >> possible > > >> to disable it? Or is it a good idea to disable it in live mode? > > > >> Thanks, > > >> Py > > > >> BTW: I will check the new book out soon! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

