Premises — property operations platform
SupportStart free
Security, privacy and your data3 min read

Login lockout and rate limits: what happens after wrong passwords

Most account break-ins are not clever. They are a script trying ten thousand passwords. The defence is to make the eleventh attempt slower than the first.

By the end of this pageYou will know what triggers a lockout, how long it lasts, what the person sees, and how to tell a lockout from a forgotten password.
On this pageTwo counters, not oneWhy a delay before a lockoutTelling a lockout from a forgotten password
A sign-in under attackDrag the slider
1st try5thLockoutLoggedClears
wrong passwordclears

Two counters, not one

Failures are counted per account and per network address. An attacker who targets your account from one place trips both and is stopped; an attacker who sprays one password across many accounts trips the address counter first. A tenant who mistypes their password three times on the portal does not affect your staff sign-ins.

Why a delay before a lockout

A hard lockout after three tries is a weapon: anyone can lock you out of your own account by typing nonsense. Slowing each answer down first makes guessing useless long before the lockout, and the lockout itself is short enough to be an inconvenience rather than a denial of service.

Telling a lockout from a forgotten password

A lockout says so on the page and gives the time it clears. A forgotten password just says the sign-in failed. If you see the lockout message and you did not make the attempts, somebody else did: wait for it to clear, sign in, change your password, and confirm two-factor is on. The attempts, with their addresses and times, are in the audit log.

Other limits you will not notice. The same throttling applies to password resets, portal invitations, and any page a script might hammer. They are set high enough that no person ever meets them.

Related

Describes the platform as it is today. Something out of date? Tell us. · help 0.12.3