meskarune / i3lock-fancy

i3lock script that takes a screenshot of the desktop, blurs the background and adds a lock icon and text
MIT License
1.52k stars 184 forks source link

Reduce the account lock time on failing for 3 times #170

Closed PlankCipher closed 3 years ago

PlankCipher commented 3 years ago

So, 10 mins is kinda too long to wait to be able to unlock the account. Is there a way to reduce this period?

snugglej commented 3 years ago

@PlankCipher I'm a lurker on a lot of github sites, but I saw this and I thought I could help. If you haven't figured this out yet the lockout isn't controlled by this application but by PAM. So you will need to configure your password lockout policy.

https://websistent.com/linux-password-lockout-policy/

PlankCipher commented 3 years ago

That was helpful. Thanks a lot.