관리자 로그인 n회 실패시 계정 잠김 기능
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled

This commit is contained in:
eastargh
2026-07-29 15:12:18 +09:00
parent e3619b385f
commit dc5d2df166
@@ -133,9 +133,13 @@ public class UserInfo extends AbstractEntity<String> implements Serializable {
private String allowip; private String allowip;
@Column(length = 1) @Column(length = 1)
@Comment("사용자 계정 상태") @Comment("사용자 계정 상태")
private String status; private String status;
@Column
@Comment("로그인 실패 횟수")
private Integer loginfailcount;
@Override @Override
public @NonNull String getId() { public @NonNull String getId() {
return userid; return userid;