Closed
Bug 1787317
Opened 4 years ago
Closed 4 years ago
Server name is missing in password dialog title and prompt message when "mailnews.pop3.jsmodule=true"
Categories
(MailNews Core :: Networking: POP, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1786920
People
(Reporter: earlgreypicard, Unassigned)
Details
Attachments
(1 file)
|
94.79 KB,
image/jpeg
|
Details |
User Agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0
Steps to reproduce:
- Start Thunderbird 102.
- Set up any POP account without saving passwords.
- Click "Get Messages" and watch the password dialog appear. -> (a)
- Open Setting > General > Config Editor.
- Toggle "mailnews.pop3.jsmodule" to false.
- Restart Thunderbird.
- Click "Get Messages" and watch the password dialog appear. -> (b)
Actual results:
(a) mailnews.pop3.jsmodule=true
- Dialog Title:
Enter your password for - Prompt message:
Enter your password for {User Name} on:
(b) mailnews.pop3.jsmodule=false
- Dialog Title:
Enter your password for {Server Name} - Prompt message:
Enter your password for {User Name} on {Server Name}:
Expected results:
Both (a) and (b) display the same dialog text.
Additional Information:
- This bug is a regression by bug 1738173
- I also saw the same issue when "mailnews.imap.jsmodule=true"
Updated•4 years ago
|
Component: Untriaged → Networking: POP
Product: Thunderbird → MailNews Core
Comment 1•4 years ago
|
||
Fixed in 1786920, thanks.
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•