Closed
Bug 2057040
Opened 1 month ago
Closed 1 month ago
custom OAuth2 cannot be disabled
Categories
(MailNews Core :: Networking: Exchange, defect)
Tracking
(thunderbird_esr153 affected, thunderbird153 affected, thunderbird154 affected)
RESOLVED
FIXED
155 Branch
People
(Reporter: jtracey, Assigned: jtracey)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Once the advanced setting for overriding the exchange OAuth fields is turned on, it never actually turns off again. This happens because SetExchangeOverrideOAuthDetails takes a bool value arg, but is checking it like a pointer.
| Assignee | ||
Comment 1•1 month ago
|
||
Comment 2•1 month ago
|
||
Please also set bugzilla version to oldest number known (or reasonable guess) to reproduce.
Flags: needinfo?(jtracey)
Comment 3•1 month ago
|
||
Please also set bugzilla version to oldest number known (or reasonable guess) to reproduce.
Updated•1 month ago
|
status-thunderbird153:
--- → affected
Version: unspecified → Thunderbird 153
Updated•1 month ago
|
Blocks: tb153found
| Assignee | ||
Comment 4•1 month ago
|
||
It looks like this has been a bug since the initial implementation, which was in 145 via bug 1987797, but enabled by default in 151 via bug 1995859.
Flags: needinfo?(jtracey)
Version: Thunderbird 153 → Thunderbird 151
| Assignee | ||
Updated•1 month ago
|
Keywords: checkin-needed-tb
Updated•1 month ago
|
Target Milestone: --- → 155 Branch
Pushed by vineet@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/ad3be0d5144b
Let SetExchangeOverrideOAuthDetails set false. r=thunderbird-reviewers,babolivier
Updated•22 days ago
|
status-thunderbird154:
--- → affected
You need to log in
before you can comment on or make changes to this bug.
Description
•