[jboss-user] [JBoss jBPM] - Re: WebConsole: Adding new users
james_hays@mac.com
do-not-reply at jboss.com
Fri Dec 15 12:10:46 EST 2006
Here's an excerpt from the JbpmGettingStarted segment
anonymous wrote : We will now write the SQL to add a row to the jbpm_id_user table. This table has the following fields:
|
| id_
| class_
| name_
| email_
| password_
|
| For this example, we will insert a user with id ?5?, class ?U?, name ?Bill Buyer?, email ?bill at jbpm.org?, and password of ?mypassword?. The SQL to do this is below:
|
| insert into jbpm_id_user values (5, 'U', 'Bill Buyer', 'bill at jbpm.org', 'mypassword');
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994286#3994286
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994286
More information about the jboss-user
mailing list