I need to create user account registration / login / management components for a Spring backed web application. I'm intending to use Acegi to help with the authentication side of things. Is there a framework / set of components that can help with the boilerplate account validation e-mails, forgotten password handling etc functions?
Related but not the same as this question, and almost exactly the same as a question on the SpringSource forum, that was asked several years ago.