From c2f33700138260c4ebcc58126d81c69fcb82e693 Mon Sep 17 00:00:00 2001 From: bdmc Date: Tue, 22 Aug 2023 08:26:32 -0400 Subject: [PATCH 1/2] Modified page as per issue: bug-1550. --- pages/account/3.php | 338 ++++++++++++++++++++++---------------------- 1 file changed, 170 insertions(+), 168 deletions(-) diff --git a/pages/account/3.php b/pages/account/3.php index cd62ce0..90dde7d 100644 --- a/pages/account/3.php +++ b/pages/account/3.php @@ -17,180 +17,182 @@ */ include_once("../includes/shutdown.php"); ?> -

-

+

+

-

+

-

http://www.cacert.org/cps.php

+

+ http://www.cacert.org/cps.php

-

+

- - - - - - - - - - - - - - -= 50) -{ - $fname = $_SESSION['profile']['fname']; - $mname = $_SESSION['profile']['mname']; - $lname = $_SESSION['profile']['lname']; - $suffix = $_SESSION['profile']['suffix']; -?> - - - - - - - - - - - - - - - - - - -= 50) -{ -?> - - - - - - - - - -= 100 && $_SESSION['profile']['codesign'] > 0) { ?> - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- - - -
- - - -
- - - -
- -
- - - -
-
- -
- - - -
-
-
- \n", wordwrap(_("Please note: If you use a certificate signed by the class 3 root, the class 3 root certificate needs to be imported into your email program as well as the class 1 root certificate so your email program can build a full trust path chain."), 125))?> -
-
- $display_info) { - ?> - /> -
- -
- - - -
- - - -
-
- -
- - - -
" />
- + + + + + + + + + + + + + + + = 50 ) { + $fname = $_SESSION[ 'profile' ][ 'fname' ]; + $mname = $_SESSION[ 'profile' ][ 'mname' ]; + $lname = $_SESSION[ 'profile' ][ 'lname' ]; + $suffix = $_SESSION[ 'profile' ][ 'suffix' ]; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + = 100 && $_SESSION[ 'profile' ][ 'codesign' ] > 0 ) { ?> + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + +
+ + + +
+ + + +
+ + + +
+ +
+ + + +
+
+ +
+
+ \n", wordwrap( _( "Please note: Since you are using a certificate signed by the class 3 root, the class 3 root certificate needs to be imported into your email program as well as the class 1 root certificate so your email program can build a full trust path chain." ), 125 ) ) ?> +
+ + + +
+
+ $display_info ) { + ?> + /> + +
+ +
+ + + +
+ + + +
+
+ +
+ + + +
"/>
+
-- 2.30.2 From 51ae8af91d079c299a93ae06fd1af1b4e7d46a94 Mon Sep 17 00:00:00 2001 From: bmc Date: Sun, 27 Aug 2023 16:57:01 -0400 Subject: [PATCH 2/2] Added link to new CSR Builder and to instructions, as per bug-1551. --- pages/account/3.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/account/3.php b/pages/account/3.php index 90dde7d..0d2a94e 100644 --- a/pages/account/3.php +++ b/pages/account/3.php @@ -27,6 +27,10 @@

+
+

+

+

-- 2.30.2