JezerM / web-greeter-themes

Default themes for web-greeter
https://jezerm.github.io/web-greeter-themes/
7 stars 1 forks source link

add support to finger print auth #1

Open ttv20 opened 2 years ago

ttv20 commented 2 years ago

I think the basic thing that required for that is to show a message when the auth failed.

and maybe (I don't know if this is possible) show 'waiting for fingerprint' when needed I you want I can provide log (journalctl -u lightdm.service show nothing useful)

JezerM commented 2 years ago

Hmm, currently when the authentication fails, some visuals are updated to red to report the failed auth, however a message that shows that the auth failed could be added. The "waiting for fingerprint" message is not possible as the LightDM API doesn't provide the functionality to check if there is a fingerprint or not.

I will try to add the auth failed message soon~