All, A quick note to let you know that I updated the seeding of SECURITY_CREDENTIAL in populate-userinfo-for-default-psml.sql.
This addressed the issue with the CredentialHandler pointed out by Jeremy which broke the login functionality last week. The issue had to do with incorrect seeding data. Regards, David. --- [EMAIL PROTECTED] wrote: > Date: 2 Oct 2004 23:07:16 -0000 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: cvs commit: jakarta-jetspeed-2/src/sql > populate-userinfo-for-default-psml.sql > > dlestrat 2004/10/02 16:07:16 > > Modified: src/sql > populate-userinfo-for-default-psml.sql > Log: > > http://nagoya.apache.org/jira/browse/JS2-114#action_53626 > > This fixes the issues previously reported by > Jeremy. > > Revision Changes Path > 1.7 +6 -6 > jakarta-jetspeed-2/src/sql/populate-userinfo-for-default-psml.sql > > Index: populate-userinfo-for-default-psml.sql > > +INSERT INTO SECURITY_CREDENTIAL > VALUES(1,1,'admin',0,'org.apache.jetspeed.security.PasswordCredential','2004-05-22 > 16:27:12.572','2004-05-22 16:27:12.572'); > +INSERT INTO SECURITY_CREDENTIAL > VALUES(2,2,'manager',0,'org.apache.jetspeed.security.PasswordCredential','2004-05-22 > 16:27:12.572','2004-05-22 16:27:12.572'); > +INSERT INTO SECURITY_CREDENTIAL > VALUES(3,3,'user',0,'org.apache.jetspeed.security.PasswordCredential','2004-05-22 > 16:27:12.572','2004-05-22 16:27:12.572'); > +INSERT INTO SECURITY_CREDENTIAL > VALUES(4,4,'tomcat',0,'org.apache.jetspeed.security.PasswordCredential','2004-05-22 > 16:27:12.572','2004-05-22 16:27:12.572'); > +INSERT INTO SECURITY_CREDENTIAL > VALUES(5,5,'jetspeed',0,'org.apache.jetspeed.security.PasswordCredential','2004-05-22 > 16:27:12.572','2004-05-22 16:27:12.572'); > +INSERT INTO SECURITY_CREDENTIAL > VALUES(9,9,'guest',0,'org.apache.jetspeed.security.PasswordCredential','2004-05-22 > 16:27:12.572','2004-05-22 16:27:12.572'); __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]