From: Matthew M. <ma...@tu...> - 2004-08-30 13:35:24
|
On Fri, 2004-08-27 at 13:50, Ryan Roland wrote: > I just wondered how authentication will be managed in 0.9.4. Will it > still only support self-contained user management/authentication? There are three modes envisioned: 1) Local : you authenticate against the local database 2) Global : you authenticate against a single phpwebsite db 3) Foreign : you auth against a foreign source The authentication table is just an username and password. The user table does not contain your password, only your user information. We may expand this to a global user db as well. Not sure yet. The user module will allow the admin to choose how each user authenticates. ~Matt -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 http://phpwebsite.appstate.edu http://ess.appstate.edu |