I\'ve been looking into using Spring Security for the authentication/authorization of my web application (this will be JDBC based).
However, a core component seems to be
As far as I know, Spring Security does not have built in support for new user creation and registration. You will have to manage this yourself. However it does have emailing support. Check here for more on this.