diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-07-28 18:18:04 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-07-28 18:18:04 +0000 |
commit | fded5c38c6eb27b83817978148a65e4fa60be26e (patch) | |
tree | 3f46f6dc4308cc7afb93d6382fd2e36e6df73082 /protocols/MSN/src/stdafx.h | |
parent | e473743d5cfd6ebbca70336bf487a7f6ca31cef2 (diff) |
MSN:
- Popups on login errors
git-svn-id: http://svn.miranda-ng.org/main/trunk@14745 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/src/stdafx.h')
-rw-r--r-- | protocols/MSN/src/stdafx.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/MSN/src/stdafx.h b/protocols/MSN/src/stdafx.h index 1f34366308..132be9f0ed 100644 --- a/protocols/MSN/src/stdafx.h +++ b/protocols/MSN/src/stdafx.h @@ -193,6 +193,12 @@ const char MSN_USER_AGENT[] = NETLIB_USER_AGENT; extern const char sttVoidUid[];
+#define MSN_LOGIN_OAUTH LPGEN("Automatic authentication to MSN failed, possibly due to Captcha-Authentication.\
+ Do you want to open a browser window to do a manual login?\n\n\
+ This will not log you in to MSN in Miranda, but it allows you to fix potential problems like entering a captcha\
+ that gets asked due to location change or to accept new TOS, which are required only once.\n\n\
+ Also please note that MSN protocol doesn't support two-factor authentication.")
+
/////////////////////////////////////////////////////////////////////////////////////////
// MSN plugin functions
|