[web2py] Re: Broken admin in trunk?

2012-07-10 Thread Dave
the /admin app only works either over https or via 127.0.0.1 / ::1 You can hack the app to change that, but it is default behavior On Tuesday, July 10, 2012 5:04:43 PM UTC-4, Michael Toomim wrote: I just upgraded to the trunk. I'm trying to log into the admin, but there's no password entry

Re: [web2py] Re: Broken admin in trunk?

2012-07-10 Thread Michael Toomim
That's not the problem. I've already hacked it. That displays admin disabled because insecure channel. On Jul 10, 2012, at 3:00 PM, Dave wrote: the /admin app only works either over https or via 127.0.0.1 / ::1 You can hack the app to change that, but it is default behavior On Tuesday,

Re: [web2py] Re: Broken admin in trunk?

2012-07-10 Thread Massimo Di Pierro
The normal behavior is, as Dave indicated, that you must be over https or from localhost. The change in trunk is that the condition is false, the login form is not even displayed to prevent you from accidentally submitting credentials over insecure channel. You have hacked admin to bypass

Re: [web2py] Re: Broken admin in trunk?

2012-07-10 Thread Michael Toomim
Ah, so I was wrong, great, thank you! On Jul 10, 2012, at 3:20 PM, Massimo Di Pierro wrote: The normal behavior is, as Dave indicated, that you must be over https or from localhost. The change in trunk is that the condition is false, the login form is not even displayed to prevent you from