Bug 454220 - Reduce waiting time to sign in with a new unlock password attempt
Summary: Reduce waiting time to sign in with a new unlock password attempt
Status: RESOLVED DOWNSTREAM
Alias: None
Product: kscreenlocker
Classification: Plasma
Component: kcheckpass (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-22 15:18 UTC by D3XT3R
Modified: 2022-05-22 16:16 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description D3XT3R 2022-05-22 15:18:28 UTC
Reduce the wait time to sign in with an unlock password retry.
Half the current time would be great!
Comment 1 Nate Graham 2022-05-22 15:20:29 UTC
This duration is controlled by your system's PAM setup, which is user-configurable but typically is set by your distro.
Comment 2 D3XT3R 2022-05-22 15:40:20 UTC
(In reply to Nate Graham from comment #1)
> This duration is controlled by your system's PAM setup, which is
> user-configurable but typically is set by your distro.

I don't think I was clear, I would like to reduce the current time to 3 seconds when you get the password wrong.
When you miss the password on the lock screen, you have to wait 3 seconds for a new attempt, if it is possible to change this time in the system settings, I could not find it.
Comment 3 Nate Graham 2022-05-22 16:16:51 UTC
You were clear enough. :) The 3-second time is determined by the PAM settings on your system. There isn't a GUI to control this in System Settings anywhere because it's a super niche setting that most people don't notice or care about. Ultimately the value depends on your distro's security policy. But it is overridable by the user, you just need to do it manually by writing a value to a config file somewhere. I don't know any more details than that, sorry. You'll have to do some research.