Glossary (EDGEBIC)

What Is Account Lockout?

User Solutions TeamUser Solutions Team
|
5 min read

Account lockout is a security control that temporarily blocks sign-in to an account after too many consecutive failed password attempts, so automated guessing becomes impractically slow. In EDGEBIC the default is five failed attempts followed by a fifteen-minute lock, during which even the correct password is refused. It protects accounts without permanently punishing a real person who just mistyped, because the lock clears itself after the window.

EDGEBIC by User Solutions applies lockout automatically during the sign-in flow. This article defines the term and the default policy. For where accounts and their protections are configured, see how EDGEBIC handles users and roles.

How It Works

Every account keeps a running count of consecutive failed sign-in attempts. Each time the wrong password is entered, the count goes up by one. When it reaches the threshold, the account is locked: a lock timestamp is set for the lockout duration, and the failed-attempt counter is reset to zero.

While the lock is in force, the sign-in check sees the lock timestamp is still in the future and refuses the attempt outright, before it even compares the password. That is why a correct password entered during the window is still rejected. Attempts made during the lock do not raise the counter further; the account is already locked.

Once the window passes, the lock timestamp is in the past, the check clears, and a correct password succeeds. On success the counter resets to zero and the lock is removed, returning the account to a clean state. The default threshold is five attempts and the default duration is fifteen minutes, and both are policy values an administrator can change.

EDGEBIC also declines to reveal whether a username exists when credentials are wrong: the message is always the same generic "invalid username or password." The truth of what happened, including the failed attempts and the lock, is recorded in the audit log rather than shown to whoever is at the keyboard.

A Concrete Example

Alice has already mistyped her password three times. She tries twice more.

AttemptFailed count beforeResult
4th wrong password3refused; count now 4 of 5
5th wrong password4threshold reached; account locked 15 min; count reset to 0
correct password (within window)0refused; account still locked
correct password (after 15 min)0succeeds; counter clears

The fifth failure triggers the lock. The very next attempt, even with the right password, is refused because the account is locked, not because the password is wrong. After the window, the same correct password sails through and everything resets. A brute-force script trying thousands of passwords hits this wall every five tries and grinds to a near halt.

How EDGEBIC Uses It

Lockout is enforced inside the sign-in flow, so it applies to every entry point, and each lock is written to the security audit log as a lockout event alongside the failed attempts that led to it. That trail has no viewing screen, so the signal administrators actually watch is the Locked column on the Users screen under Settings, Security: a guessing attempt ends in a lock that shows up there, and the trail holds the attempt-by-attempt detail if the incident later needs documenting.

An administrator can unlock an account immediately when a real user is stuck, or adjust the threshold and duration to fit the site, weighing convenience against brute-force protection. For the record that captures these events, see the sibling term security audit log, and browse more definitions in the manufacturing glossary.

Expert Q&A: Deep Dive

Q: An operator is locked out mid-shift and needs back in now. What are our options?

A: You have two. The simplest is to wait: the default lockout lasts fifteen minutes, after which the operator can sign in normally with the correct password and the counter clears on its own. If the shift cannot wait, an administrator can unlock the account immediately: open Settings, Security, Users, select the operator, and click Unlock, which restores access right away. Either way, the lockout and the recovery are recorded in the security audit trail in the database, so there is a durable record even though there is no screen that displays it. If the same operator locks out repeatedly, that usually points to a forgotten password or a stale saved credential rather than an attack, and a password reset is the real fix.

Q: We run a shared operator login on a busy kiosk and it keeps locking out. Should we just raise the threshold?

A: You can raise the failed-attempt threshold, but do it knowing the trade-off: a higher threshold gives an attacker more free guesses before the lock kicks in, so you are trading brute-force protection for convenience. Before loosening the policy, look at why the account locks. Frequent lockouts on a shared kiosk usually mean the wrong password is cached somewhere, or people are fat-fingering a complex password on a touch screen. A cleaner fix is often a dedicated, well-known credential for that station rather than weakening the lockout policy for the whole system. If you do raise it, raise it modestly and keep an eye on the Locked column of the Users screen, which is where repeat lockouts show up without anyone needing to query anything.

Frequently Asked Questions

Ready to Transform Your Production Scheduling?

User Solutions has been helping manufacturers optimize their production schedules for over 35 years. One-time license, 5-day implementation.

User Solutions Team

User Solutions Team

Manufacturing Software Experts

User Solutions has been developing production planning and scheduling software for manufacturers since 1991. Our team combines 35+ years of manufacturing software expertise with deep industry knowledge to help factories optimize their operations.

Let's Solve Your Challenges Together