Re: How to save extra info for users

2003-11-04 Thread Stuart Belden
Here's info on extending Jetspeed User: http://jakarta.apache.org/jetspeed/site/security.html#Extending%20Jetspeed%20User * 1. Modify build/torque/security_schema.xml, adding the new columns to the Torque XML schema. * 2. Modify build/torque/build.properties to generate DDL for your

How to save extra info for users

2003-11-03 Thread jamul Rezak
Hi, I woul like to get additional details from users, like address, tel...etc and save them my DB. Can I add more attributes (colums) to Turbine-User table. Would this affect the whole framework and create error. Should I use a seperate Table for that. Also is it advisable to use Jetspeed as