I have enabled fingerprint authentication and it works well except one thing. In order to log in to KDE I have to provide BOTH password and fingerprint. First I type in the correct password and than it asks for fingerprint. Which is a serious problem, because if the fingerprint is not available I cannot log in. For unlocking the screen it is enough to provide either password or fingerprint.
So, it should first wait for fingerprint and if that fails ask for password. If you observe different behavior, your PAM service may not be using common-auth. What do you use to log in (which Display Manager)?
You are right, it times out. Thanks for pointing to this.
However this is totally inconvenient. What is the reason for this? Is it because PAM can only think sequentially? So since fingerprint precedes password PAM waits for it even if password is given. Is it possible to set these as alternatives?