[general] Don't show password field in lockscreen greeter if no password is set
Open, Needs TriagePublic

Description

Currently password field is shown in lockscreen greeter even if no password is set, and this confuses the users (9/10). I wonder how we can query that no password is set and not show password field in that case?

This needs to be solved by kscreenlocker, but in Plasma Mobile board because Plasma mobile have use-case for it.

bshah created this task.Dec 29 2016, 12:16 PM

non-programmatic way of finding it is,

% passwd --status bshah
bshah P 09/06/2015 0 99999 7 -1

If second field is NP, then password is not set.