View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000708 | Main CAcert Website | account administration | public | 2009-03-10 13:40 | 2013-01-13 09:43 |
Reporter | cornelis | Assigned To | Sourcerer | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 2009 Q1 | ||||
Summary | 0000708: CCA checkbox doesn't work, no registration possible | ||||
Description | I tried to create an account, but the form always complains that I have to check the CCA checkbox, which I did of course. | ||||
Additional Information | Maybe this is related to http://bugs.cacert.org/view.php?id=590 and/or http://bugs.cacert.org/bug_view_advanced_page.php?bug_id=706 | ||||
Tags | No tags attached. | ||||
Reviewed by | |||||
Test Instructions | |||||
|
I can confirm this problem. |
|
The patch in the above mentioned bug report breaks registration. + $_SESSION['signup']['cca_agree'] = intval(array_key_exists('cca_agree',$_REQUEST)?$_REQUEST['cca_agree']:0); Since the value of $_REQUEST['cca_agree'] is "I agree to the terms and conditions of the CAcert Community Agreement" intval evaluates its argument to 0. So the later check fails. |
|
The bug has been fixed. Please try again and close this bug. |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-03-10 13:40 | cornelis | New Issue | |
2009-03-10 14:21 | law | Note Added: 0001302 | |
2009-03-10 14:34 | law | Note Added: 0001303 | |
2009-03-10 18:31 | Sourcerer | Note Added: 0001304 | |
2009-03-10 18:31 | Sourcerer | Status | new => solved? |
2009-03-22 19:11 | Sourcerer | Status | solved? => closed |
2009-03-22 19:11 | Sourcerer | Resolution | open => fixed |
2009-03-22 19:11 | Sourcerer | Assigned To | => Sourcerer |
2012-12-27 19:18 | Werner Dworak | Relationship added | related to 0001121 |
2013-01-13 09:40 | INOPIAE | Fixed in Version | => 2009 Q1 |
2013-01-13 09:41 | INOPIAE | Relationship added | related to 0000590 |
2013-01-13 09:41 | INOPIAE | Relationship deleted | related to 0000590 |
2013-01-13 09:41 | INOPIAE | Relationship added | has duplicate 0000506 |
2013-01-13 09:42 | INOPIAE | Relationship deleted | has duplicate 0000506 |
2013-01-13 09:43 | INOPIAE | Relationship added | has duplicate 0000590 |