관리자 로그인 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
@@ -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;