Skip to content

Guard double authenticate calls

David Edmundson requested to merge work/double_auth_guard into master

Whilst authenticating we emit signals and expect callbacks to prompts. The pam worker is inside pam_authenticate in the nested event loop.

It is not expected for GUI clients to call authenticate twice without a cancel inbetween, but we should still guard against it as it causes a mess.

Merge request reports