Skip to content

Commit fc8ea0c

Browse files
committed
Revert "Password not being accepted when trying to add a Calendar Ericsson#531"
This reverts commit c0de9f8.
1 parent 2b84a66 commit fc8ea0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: interfaces/exchangeAuthPrompt2/mivExchangeAuthPrompt2.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ mivExchangeAuthPrompt2.prototype = {
214214
};*/
215215

216216
this.logInfo("getPassword: Going to ask user to provide a new password.");
217-
217+
218+
this.details[aURL].ntlmCount = 0;
218219
var answer = this.getCredentials(username, aURL);
219220

220221
if (answer.result) {

0 commit comments

Comments
 (0)