Révision | 29483 (tree) |
---|---|
l'heure | 2022-11-23 06:15:21 |
Auteur | ![]() |
Remove WinXP workaround of removing/replacing \r and \n in the encrypted username/password.
@@ -8739,10 +8739,6 @@ | ||
8739 | 8739 | pEditProject->userName = CStringUtils::Encrypt(dlg.m_sUsername); |
8740 | 8740 | pEditProject->password = CStringUtils::Encrypt(dlg.m_sPassword); |
8741 | 8741 | pEditProject->parentPath = dlg.m_isParentPath; |
8742 | - pEditProject->userName.Remove('\r'); | |
8743 | - pEditProject->password.Remove('\r'); | |
8744 | - pEditProject->userName.Replace('\n', ' '); | |
8745 | - pEditProject->password.Replace('\n', ' '); | |
8746 | 8742 | pEditProject->sMsgRegex = dlg.m_sIgnoreRegex; |
8747 | 8743 | try |
8748 | 8744 | { |