[Zope] Zope and security.
Otto
otto@ipass.net
Wed, 17 Nov 1999 14:39:42 -0500
Christopher Petrilli wrote:
>
> How about using security in the database? I'd never consider using the
> same login/password for UserDB that I used for application data, ever.
Very true, but that only prevents compromising security at other places
(and likely compromises other "portal" accounts).
I assume you're suggesting something like crypt()'ed passwords... or are
you suggesting some authentication between the SQL Method and the
database connection?
-Otto.