Home
The Toolkit for Online Communities
15888 Community Members, 0 members online, 1680 visitors today
Log In Register

Forum OpenACS Q&A: Response to OpenACS tables description

OpenACS Home : Forums : OpenACS Q&A : Response to OpenACS tables description : One Message

+
Posted by Gilbert Wong on
You can use the acs__add_user/acs.add_user plsql functions directly to add users but it's better to use the ad_user_new TCL function because the passwords are encrypted in the database.  If you use the plsql scripts directly, you could just insert a random password and when the user trys to login, the server can reset the password and email it to the user.