DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22603>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22603 Confirmation code for new user not saved on validation Summary: Confirmation code for new user not saved on validation Product: Jetspeed Version: 1.4b5-dev / CVS Platform: All OS/Version: Linux Status: NEW Severity: Critical Priority: Other Component: Login AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When you have email confirmation enabled, the system will continuously ask the user to enter a confirmation code even when the user enters a correct confirmation code. This appears to be due to the fact that the user isn't saved to the DB after the confirmation code is set to CONFIRM_VALUE in JLoginUser. The fix is to save the user by adding the following line: JetspeedSecurity.saveUser(user); after line 252 in JLoginUser.java. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
