On Friday, April 27, 2018 at 10:52:47 AM UTC-7, [email protected] wrote: > > I'm trying to log into: > http://127.0.0.1:8000/admin/default/index?send=%2Fadmin%2Fdefault%2Fsite > <http://127.0.0.1:8000/admin/default/index?send=%2Fadmin%2Fdefault%2Fsite> > so far, I get a "log into admin interface" message.However, when I > attempt? no result ! > is this typical? Rather, is there a time length I'm to wait for my login > credential to validate? >
Looking at the admin/controller/default.py code, it appears that index() expects you to be already authenticated (there would be a cookie for that), or to include the password var. (I don't use admin directly much, although on my dev machine I use myapp/admin which is related) /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

