17 Nov
1999
17 Nov
'99
7:39 p.m.
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.