Skip to content

Instantly share code, notes, and snippets.

@bytestree
Created April 24, 2016 15:27
Embed
What would you like to do?
override spring security error messages
AbstractUserDetailsAuthenticationProvider.badCredentials=Invalid username or password
AbstractUserDetailsAuthenticationProvider.locked=Your account is locked
AbstractUserDetailsAuthenticationProvider.disabled=Your account is disabled
@bytestree
Copy link
Author

Refer Spring Security 4 with Hibernate for complete example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment