JezerM / nody-greeter

LightDM greeter that allows to create wonderful themes with web technologies. Made in Node.js
https://web-greeter-page.vercel.app
GNU General Public License v3.0
125 stars 8 forks source link

Unable to cancel authentication #37

Open BICH0 opened 1 year ago

BICH0 commented 1 year ago

Environment

Bug description

Unable to cancel authentication via lightdm.cancel_authentication() nor failing password.

Steps to reproduce

lightdm.authenticate("user") lightdm.respond("worng password") lightdm.in_authentication -> true llightdm.cancel_authentication() lightdm.in_authentication -> true

Expected behavior

When password is failed or lightdm.cancel_authentication() called set lightdm.in_authentication to false