mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 13:32:30 +00:00
SEC-536: Added messages for generic UserDetails status checks.
This commit is contained in:
parent
c9dee10704
commit
0be34cdcc1
@ -47,4 +47,8 @@ DefaultIntitalDirContextFactory.unexpectedException=Failed to obtain InitialDirC
|
||||
PasswordComparisonAuthenticator.badCredentials=Bad credentials
|
||||
BindAuthenticator.badCredentials=Bad credentials
|
||||
BindAuthenticator.failedToLoadAttributes=Bad credentials
|
||||
UserDetailsService.locked=User account is locked
|
||||
UserDetailsService.disabled=User is disabled
|
||||
UserDetailsService.expired=User account has expired
|
||||
UserDetailsService.credentialsExpired=User credentials have expired
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user