관리자 로그인 n회 실패시 계정 잠김 기능
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled
This commit is contained in:
@@ -136,6 +136,10 @@ public class UserInfo extends AbstractEntity<String> implements Serializable {
|
||||
@Comment("사용자 계정 상태")
|
||||
private String status;
|
||||
|
||||
@Column
|
||||
@Comment("로그인 실패 횟수")
|
||||
private Integer loginfailcount;
|
||||
|
||||
@Override
|
||||
public @NonNull String getId() {
|
||||
return userid;
|
||||
|
||||
Reference in New Issue
Block a user