Failed login dialog displayed over the in-process password dialog
Categories
(Thunderbird :: Security, defect)
Tracking
(Not tracked)
People
(Reporter: mgoldey, Unassigned)
Details
Attachments
(1 file)
20.07 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0
Steps to reproduce:
This is more of an annoyance than a true programming bug, but it has been occurring for years and it is routinely annoying.
This issue occurs if the user has more than one mail account in TB and does not save the passwords for each account. Such a user must enter the password for each mail account whenever TB starts.
When a user has multiple accounts, TB opens an "enter your password" dialog for each account, one at a time, and submits the password to the mail server. There is an error-trapping function that displays a "retry" dialog when the mail server returns an error code. Usually, the error is that the user entered the wrong password.
When a user enters the wrong password, this is the order of events:
- TB submits the defective password to the mail server (like it would for any password);
- TB opens a new "enter your password" dialog for the next mail account, which is also normal and expected behavior,
- Inevitably, the first mail server returns an authentication error to TB, and TB then displays a "login failed" dialog box, directly on top of the currently-active "enter your password" dialog while the user is in the middle of typing in the password.
As a result, the user is interrupted. Often, the password contains an "r" or "e" or the user hits enter, and this triggers the retry dialog, which then re-submits the bad password and continues this cycle. Also, after the user eventually clears the "retry" dialog, the user will typically need to blank out the "login" dialog and start over. Picking up mid-password rarely works, and instead starts a new cycle of failed login / retry dialogs.
Steps to reproduce:
- Set up TB with two or more mail accounts, but do not allow TB to save the passwords
- Restart TB.
- When prompted for the password for the first account, mistype it and hit enter.
- When the next dialog box comes up, start typing the password for account #2. Assuming a reasonable typing speed and Internet connection speed, the result will be similar to the accompanying image.
There is, I think, a straightforward solution: the function that displays the "retry" dialog should check whether an "enter your password" dialog is open and, if so, wait until the latter dialog has closed before displaying itself.
Also, "retry" is a bad default choice. (see image) If the password was wrong the first time, it's still wrong 2 seconds later.... "Enter new password" would be a better default, I think, since that is what the user will have to do.
Updated•4 years ago
|
Comment 1•3 years ago
|
||
mgoldey,
Do you still see this when using version 91?
Comment 3•1 year ago
|
||
mgoldey,
Are you still seeing this?
Sounds similar to bug 1789623
Unfortunately, I can't answer. So many of my e-mail accounts now require OAUTH and no longer prompt me for a password that there's no opportunity for this conflict to arise. Sorry.
Comment 5•1 year ago
|
||
Thanks for the update
Description
•