Create Account, Forgot Password and Change Password
Spring Security is great when the developer wants to secure his web app. However, what about creating the account ? and "forgot password"? most login pages have these links as well as the username and password fields. Spring's default login-page does not have these links... in the good case, it can support "remember me"... Does Spring supports these flows, of Create Account, Forgot Password and Change Password? If the answer is yes, can you please point me to some documentations? I've searched this issue but could not find anything. Thanks! You are completely right. AFAIK there is no "generic"