Skip to Content.
Sympa Menu

cacert-devel - Patch-request bug-1019

Subject: CAcert Code Development list.

List archive

Patch-request bug-1019


Chronological Thread 
  • From: Bernhard Fröhlich <bernhard AT cacert.org>
  • To: "critical-admin AT cacert.org" <critical-admin AT cacert.org>
  • Cc: cacert-devel AT lists.cacert.org, Marcus Mängel <inopiae AT cacert.org>, Ulrich Schroeter <ulrich AT cacert.org>
  • Subject: Patch-request bug-1019
  • Date: Wed, 07 Mar 2012 20:13:28 +0100
  • Authentication-results: lists.cacert.org; dkim=pass (1024-bit key) header.i= AT cacert.org; dkim-asp=none

Hi there,

we have a "fix" (more correctly: a quick and dirty workaround) for https://bugs.cacert.org/view.php?id=1019

The fix was tested and reviewed by Michael Tänzer (NEOatNHNG) and me (Ted).

Diff is attached, the changes file is
pages/account/40.php

Kind regards
Ted
;)
diff --git a/pages/account/40.php b/pages/account/40.php
index 8391903..499bf4d 100644
--- a/pages/account/40.php
+++ b/pages/account/40.php
@@ -19,6 +19,15 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) 
$_SESSION['_config']['s
 ?>
 <H3><?=_("Contact Us")?></H3>
 
+<p><? printf(_("To contact us please log out and then use the contact form ".
+               "there or send us an email to %s. We are working to fix this 
".
+               "situation so you may contact us while staying logged in 
again."),
+               
+               "<a 
href='mailto:support AT cacert.org'>support AT cacert.org</a>"
+       ) ?>
+</p>
+
+<?/*
 <p><b><?=_("General Questions")?></b></p>
 <p><b><?=_("PLEASE NOTE: Due to the large amounts of support questions, 
incorrectly directed emails may be over looked, this is a volunteer effort 
and directing general questions to the right place will help everyone, 
including yourself as you will get a reply quicker.")?></b></p>
 <p><b><?=_("If you are contacting us about advertising, please use the form 
at the bottom of the website, the first contact form is not the correct 
place.")?></b></p>
@@ -84,3 +93,4 @@ Australia</p>
        document.form2.secrethash2.value = pagehash;
 -->
 </script>
+*/

Attachment: smime.p7s
Description: S/MIME Kryptografische Unterschrift




Archive powered by MHonArc 2.6.16.

Top of Page