That's what i thougt first too.
But it doesn' ask.

I checked this again right now. Usually i use Firefox. I logged out each open 
instance.
And called appadmin with Konqueror (which asked first, whether it should accept 
SSL- Cert).

I'm pretty sure it does not ask even if i'm not logged in.
It just grants access to everybody.
Same thing with Chromium.

My little app does not do much. 
There are no extra fields for auth.
Only two statements deal with auth:
auth.define_tables(username=False, signature=False)
auth.settings.actions_disabled.append('register')

def indey() is decorated with 
auth.settings.actions_disabled.append('register')

And that is all about.

Greetings Kalle


Am Dienstag, 15. September 2015, 09:41:15 schrieb Leonel Câmara:
> Errr appadmin by default asks for the admin interface password. Are you
> sure you haven't already entered it?

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to