소스 검색

SEC-536: Added messages for generic UserDetails status checks.

Luke Taylor 17 년 전
부모
커밋
0be34cdcc1
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      core/src/main/resources/org/springframework/security/messages.properties

+ 4 - 0
core/src/main/resources/org/springframework/security/messages.properties

@@ -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