GNOME Bugzilla – Bug 753153
No timeout when password is wrong
Last modified: 2017-09-12 09:18:05 UTC
I'm trying to login to a password protected VNC connection. If I type the wrong password, it just seems to load forever and doesn't tell me that the password is wrong.
Vinagre immediately throws an error by the way.
Created attachment 334602 [details] [review] vnc-display: Request new credentials after failed auth Currently, if the user attempts to authenticate and fails, we don't request credentials again, which results in the display appearing as connecting endlessly. Let's fix this by requesting different credentials whenever we find out that the previous ones weren't valid.
Created attachment 358347 [details] [review] vnc-display: Request new credentials after failed auth Currently, if the user attempts to authenticate and fails, we don't request credentials again, which results in the display appearing as connecting endlessly. Let's fix this by requesting different credentials whenever we find out that the previous ones weren't valid.
Review of attachment 358347 [details] [review]: Sure! Thanks for the patch. I made a small update to your commit, but it is essentially the same. Please hold until the next development phase to push it.
Attachment 358347 [details] pushed as 69da6b0 - vnc-display: Request new credentials after failed auth