on 2/15/00 8:54 AM, Joerg Brunsmann <[EMAIL PROTECTED]>
wrote:

> Is it sufficent to plug in a new JLoginUser which queries
> the existing table?

Pretty much. ;-)

There are a couple things you need to modify. JLoginUser and also create
your own org.apache.turbine.om.user.TurbineUser. You will override this by
setting the "user.class" in the TurbineResources.property file and either
extending the TurbineUser class or coming up with your own implementation
that implements the User interface.

It really shouldn't be that difficult.

Your other option is to just export your user information and import it into
the Visitor table, but of course you know the limitations with that. ;-)

-jon

-- 
Come to the first official Apache Software Foundation
Conference!  <http://ApacheCon.Com/>



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]
  • Login Joerg Brunsmann
    • jon *

Reply via email to