Skip to content

Add an explicit unlock button for passwordless users

David Edmundson requested to merge work/no_password_unlock into master

In the refactor we correctly made it so passwordless users were not prompted for passwords.

This is in the right direction but the UX was still slightly off as it meant wiggling the mouse unlocked the screen, not an explicit action.

This patch adds an explicit button that must be pressed if no other prompts were given during the authentication process.

BUG: 440055

image


Requires kscreenlocker!75 (merged)

This is a bit late in the cycle but it closes a VHI priority bug, so I would like it in 5.25.


Testing done

sudo passwd -d david

Then locked screen

(after checking the normal mode is unaffected of course!)

Edited by David Edmundson

Merge request reports