Summary: | Bug/Enhancement: Use PAM failed login timeout or allow its configuration | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Maxim <maxim.kukushkin> |
Component: | Screen locking | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | dev, fernandommuniz, nate |
Priority: | NOR | ||
Version First Reported In: | 6.2.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kscreenlocker/-/commit/081efa761f175ab87965771eef9629279164afee | Version Fixed In: | 6.4.0 |
Sentry Crash Report: |
Description
Maxim
2024-07-08 00:25:32 UTC
I can reproduce on my system: Operating System: Fedora Linux 40 KDE Plasma Version: 6.1.4 KDE Frameworks Version: 6.5.0 Qt Version: 6.7.2 Kernel Version: 6.10.5-200.fc40.x86_64 (64-bit) Graphics Platform: Wayland --- Apparently the delay is hardcoded, see https://forum.manjaro.org/t/kscreenlocker-wrong-password-delay/162677. As a temporary solution, one can modify it, but it will most likely revert at the next update. It should indeed be made configurable. *** Bug 498135 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/plasma/kscreenlocker/-/merge_requests/262 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2785 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5140 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2878 Git commit 081efa761f175ab87965771eef9629279164afee by Akash Suresh, on behalf of Akash Suresh. Committed on 09/04/2025 at 11:57. Pushed by davidedmundson into branch 'master'. greeter: Add loginFailedDelayStarted event - Add a loginFailedDelayStarted to track when we know that the login failed, but control is still with PAM. - This event can replace the falsely named "graceLockTimer" in the lockscreen. - Required for https://bugs.kde.org/show_bug.cgi?id=407473 M +20 -5 greeter/pamauthenticator.cpp M +1 -0 greeter/pamauthenticator.h M +10 -0 greeter/pamauthenticators.cpp M +1 -0 greeter/pamauthenticators.h https://invent.kde.org/plasma/kscreenlocker/-/commit/081efa761f175ab87965771eef9629279164afee |