On Wed, Feb 3, 2010 at 6:07 PM, mdipierro <mdipie...@cs.depaul.edu> wrote:
> I am confused. appadmin does not requires any. appadmin, by default,
> required admin (perhaps you refer to that). appadmin predates auth. If
> your app needs a more complex appadmin authentication you should
> connect to the auth of the app.

oops - not appadmin just admin.   The tk interface, the commandline,
the http://host/admin area is what I'm talking about.

> admin does not no need more than a passoword because there is a single
> user (administrator) and because it should not relay on the presence
> of a database.

Against a username? hhmmm...  a username/password seems a standard way
to log in to most things.  You still would not need a database, just
add a line to parameters_port.py.


<snip>

Thadeus idea might work though.  Right now I just add/remove as needed
in httpd.conf

WSGIScriptAliasMatch ^/(app|admin)(/.*)?$ /w2p/app/wsgihandler.py/$1$2

-wes

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to