admin-cli
/ npm run dist-admin-cli
commandsnpm run dist-admin-cli
instead of admin-cli
.
Administrators of self-managed instance can now use two new admin-cli
/ npm run dist-admin-cli
commands:
updatedMaxConsecutiveLogins
being a number
that updates the default max consecutive failed login attempts before a user is temporarily blocked. Flag: -m
.
blockDuration
being a number
that represents the minutes a user is blocked from attempting to login after reaching the max consecutive failed login attempts. Flag: -b
.
blockDuration
is set to -1
, users will be blocked indefinitely, and should be manually unblocked by admins in order to resume use of their accounts.
blockDuration
is set to 0
, the block duration defaults back to the platform’s default value of 2
minutes (default value subject to change in the future).
npm run dist-admin-cli
instead of **admin-cli
email
being a string
for the blocked user’s LILT email.
redis
pod:
*fail_consecutive_ip*
prefix.