> In many ways, I am not happy with my user..  Basically I ended up 
> replacing
> the entire security/user code base.  Thank god for open source!  The two
> things that set me down on this path was that my users don't have 
> passwords.
> And that I had an existing EMPLOYEE's table.

This would be a nice example where a stripped down security system
would fit in nicely:

* Are these credentials valid for this user? => true if user exists
  in EMPLOYEE table.
* Change the credentials for this user. => NOOP always
* Does this user have this capability? => true always

> Eric


-- 
Gonzalo A. Diethelm
[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to