From 9a672e9bf9aa6a5369d9474a0c7a7499aa4b7510 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 5 May 2024 17:56:36 +0200 Subject: [PATCH] Improve client certificate issuing - add more comprehensive message when a user does not select an email address or the SSO flag - fix missing value for coll_found in emailcerts INSERT query - handle database errors when the emailcerts INSERT query fails --- includes/account.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/includes/account.php b/includes/account.php index 4e60e57..3afbe64 100644 --- a/includes/account.php +++ b/includes/account.php @@ -253,7 +253,8 @@ function buildSubjectFromSession() { if(!(array_key_exists('addid',$_REQUEST) && is_array($_REQUEST['addid'])) && $_REQUEST['SSO'] != '1') { showheader(_("My CAcert.org Account!")); - echo _("I didn't receive a valid Certificate Request, hit the back button and try again."); + ?>

+