https://bugs.contribs.org/show_bug.cgi?id=11437
Bug ID: 11437
Summary: Create certificate does not indicate success
Classification: Contribs
Product: SME Contribs
Version: 10beta
Hardware: ---
OS: ---
Status: CONFIRMED
Severity: normal
Priority: P3
Component: phpki-ng
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Target Milestone: ---
If you create a new certificate the process does not return success but goes to
a directly to a new Certificate (if you do Create and Download it is more
obvious as a new certificate is presented for download)
The certificate number is available as $serial in ca/request_cert.php
259 } else {
260 $serial = $errtxt;
261 }
It exits from the case 'final', if {submit} and then drops down to 'default'
around 292
Added this around 340 to just add a note the cert was created and the number
<th colspan=2><h3>Certificate Request Form</h3></th>
<?php
if ($serial) {
echo "<tr><td><h4><font color=red>Previous Certificate Created
successfully</font></h4></td><td></h4><font
color=red>$serial</font></h4></td></tr>";
echo "<tr><td><h4>Create another or go to back to the
Menu</h4></td><td><a href='index.php'>Menu</a></td></tr>";
}
?>
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/