spring security

spring security使用篇 自定义提示

2018-09-26  本文已影响541人  怪诞140819

在 spring security中登录失败可能有好几种情况,例如

spring boot下如何修改这些文件呢
intellj + maven

1.找到messages_zh_CN.properties文件

2.覆盖配置


#无权限访问
AbstractAccessDecisionManager.accessDenied=\u65e0\u6743\u9650\u8bbf\u95ee

#请输入密码
AbstractLdapAuthenticationProvider.emptyPassword=\u8bf7\u8f93\u5165\u5bc6\u7801

# 认证失效
AbstractSecurityInterceptor.authenticationNotFound=\u8ba4\u8bc1\u5931\u6548\u000d\u000a

#用户名或者密码错误
AbstractUserDetailsAuthenticationProvider.badCredentials=\u7528\u6237\u540d\u6216\u8005\u5bc6\u7801\u9519\u8bef

#用户已过期
AbstractUserDetailsAuthenticationProvider.credentialsExpired=\u7528\u6237\u5df2\u8fc7\u671f

#用户已禁用
AbstractUserDetailsAuthenticationProvider.disabled=\u7528\u6237\u5df2\u7981\u7528

#用户过期
AbstractUserDetailsAuthenticationProvider.expired=\u7528\u6237\u8fc7\u671f

3.结果演示

上一篇下一篇

猜你喜欢

热点阅读