[jboss-cvs] jboss-seam/examples/security/resources ...
Shane Bryzak
Shane_Bryzak at symantec.com
Wed Aug 23 10:03:49 EDT 2006
User: sbryzak2
Date: 06/08/23 10:03:49
Modified: examples/security/resources import.sql
Log:
Added demo account details to home page
Revision Changes Path
1.2 +1 -0 jboss-seam/examples/security/resources/import.sql
(In the diff below, changes in quantity of whitespace are not shown.)
Index: import.sql
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/security/resources/import.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- import.sql 26 Jul 2006 06:03:14 -0000 1.1
+++ import.sql 23 Aug 2006 14:03:49 -0000 1.2
@@ -3,3 +3,4 @@
insert into Role (roleid, username, role) values (1, 'shane', 'user');
insert into Role (roleid, username, role) values (2, 'shane', 'admin');
insert into Role (roleid, username, role) values (3, 'demo', 'user');
+insert into Role (roleid, username, role) values (4, 'demo', 'admin');
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list