관리자 로그인 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:
@@ -133,9 +133,13 @@ public class UserInfo extends AbstractEntity<String> implements Serializable {
|
||||
private String allowip;
|
||||
|
||||
@Column(length = 1)
|
||||
@Comment("사용자 계정 상태")
|
||||
@Comment("사용자 계정 상태")
|
||||
private String status;
|
||||
|
||||
@Column
|
||||
@Comment("로그인 실패 횟수")
|
||||
private Integer loginfailcount;
|
||||
|
||||
@Override
|
||||
public @NonNull String getId() {
|
||||
return userid;
|
||||
|
||||
Reference in New Issue
Block a user