Closed cws-khuntly closed 11 years ago
Fixed processing. Error message shown on submit answers page immediately after submitting username advising that username is required. Further investigation required
Changed reset processing. Removed old request object in favor of user change object and modified validator to accept. Added reset type enum to handle validation appropriately. Testing.
Fixed password question/response and forgot username. Submitting new password throws null pointer in audit processor. Added necessary objects for audit processing and removed autologin on new password reset, now redirecting to logon page for true logon
Fix for npe on audit added bug to account load - mis-numbered array entry. Fixed, re-test
Fix (add) reset process flow in AccountControlProcessorImpl. It was never written to properly handle it. Should work now
Fix checked in and pushed
Not a web validation failure, actual bad data. Modified validator to include uid check, removed questions from session and put into olr request object. Re-test