Personal Management
Users can conveniently manage favorites and securely change their passwords, while system administrators can strengthen security through login history.
Key Features
Favorites List Management
Effectively manages the user's favorites list in the admin system.
Password Change
Users can change their own password, thereby strengthening security.
Login/Logout History Management
Creates and manages user login and logout history in the admin system.
Strengthens security by checking login-related validity.
Process Definition — Favorites Management and Password Change
Manages the admin system user's favorites list and password changes.

Process Definition — Admin System Access Management
You can log in to and log out of the admin system.

API Function List — Favorites Management
Favorites Group List Count Lookup
Looks up the count of the user's favorites group list.
BO
GET
Favorites Group List Modification/Deletion
Modifies or deletes the user's favorites list.
BO
POST
API Function List — Password Change
Recent Password Match Check
Checks whether the new password matches a recent password.
BO
GET
Existing Password Match Check
Checks whether the new password matches the existing password.
BO
GET
API Function List — Login
Account Password Failure Count Reset Processing
Resets the user password failure count.
BO
PUT
Account Password Failure Count Increment Processing
Increments the user password failure count.
BO
PUT
Other Notes
Validity checks at login
If the account's login failure count exceeds the "loginFailCount" property value in the x2bee-bo project's properties file, login is not allowed
If no account is found by ID/password, login is not allowed
If the accessing IP is not an allowed IP (i.e., the user's IP address differs from the accessing IP), login is not allowed
If the usage start date and usage end date are not satisfied, login is not allowed
If the last login was more than 3 months ago, login is not allowed (moves to the password change popup)
A locked account cannot log in