-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Invalid password message #49
base: master
Are you sure you want to change the base?
fix: Invalid password message #49
Conversation
This commit technically closes pop-os#41 but the issue is deeper than the message itself. The message `unable to send message: Connection refused (os error 111)` overrides the failed login prompt. `COSMIC greeter` seems to be sending a stray message over the socket.
630f44f
to
3c11289
Compare
An auth error does not have to be a password related error. I think the connection refused error is not coming from PAM. When we get an error from PAM we should display it as it was provided. |
You're right about the connection refused error. I've been messing around with this for a week but I can't figure out what's causing that error. Through the magic of print debugging...:
...I found out that the first I tried switching to So. I might be stumped. |
It's okay, I am confused by it as well. If TokioCodec helps with another problem might as well PR that piece separately. |
Sorry. I ended up really busy for these last few days. I just opened a PR fixing the deadlocks issue though. |
Closes: #41