While you wait for the guys in the know to lay an example on us newbies,
did you try the built in login for Turbine from the Turbine source code  ?

ie go get the templates from Turbine source (not the TDK) in the directory,
which relate to built in modules in the TDK, like the actions:
LoginUser.java, LogoutUser.java, ect.

Here's the instructions Christopher Elkins sent me:
------------------------------------------------------------------------------
I've found that the templates currently in TDK aren't very useful. What I
usually do is copy the turbine templates over to tdk before running newapp.sh.
In other words:
    mv share/webmacro/templates share/webmacro/templates.sav
    cp -R ../../../turbine/src/templates share/webmacro
    ./newapp.sh

Then, I visit:
http://localhost:8080/newapp/servlet/newapp/screen/WebMacroSiteScreen/template/login.wm

This has proven to be much more useful than the current TDK templates. Cleaning
up these templates is the area I plan to address next.
---------------------------------------------------------------------------------------

I found you also need to reference the built in administration modules in the
TurbineResouces.properties file, like:
module.packages=org.apache.turbine.modules,  org.apache.turbine.admin


Jason van Zyl wrote:

> On Fri, 27 Oct 2000, Carl Ludewig wrote:
>
> > I'm in the same boat as Will. I've got a basic Turbine app running, but I need
> > to learn the basic security setup with regards to login/users/vistors, etc. I've
> > got MySQL configured with the system tables and default roles and permissions.
> > but I need a sample app on how to create new users, log in/out, etc.
>
> I am working on a sample app now :-) I'm just integrating Torque
> into the TDK so my example will work. A new version of the TDK
> will be up sometime tomorrow or the next day.
>
> jvz.
>
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to