Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Bring up Invalid SSL Certificate Dialog when creating an account (incomplete)
[xestiaab/.git] / source / frmInvalidSSLCertificate.cpp
index a7e75ca..ce1f8f4 100644 (file)
@@ -47,6 +47,22 @@ void frmInvalidSSLCertificate::LoadData(SSLCertCollection CertDataInc,
 
 }
 
+void frmInvalidSSLCertificate::LoadDataNew(SSLCertCollection CertDataInc, 
+                                       wxString DomainNameInc)
+{
+
+       AccountName = DomainNameInc;
+       CertData = CertDataInc;
+
+       lblSSLText->SetLabel(wxT("An invalid SSL certificate was received from the server ") + AccountName + (" account.\n\n") +
+               wxT("Click on one of the following buttons:\n\n") +
+               wxT("- Accept to accept the SSL certificate for this session and future sessions until the certificate changes.\n") +
+               wxT("- Reject to not use this certificate and disconnect.\n") +
+               wxT("- View Certificates to review the certificates that were received.")
+               );
+
+}
+
 int frmInvalidSSLCertificate::GetResult()
 {
 
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy