View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000235 | WackoWiki | action | public | 2008-10-07 18:43 | 2009-08-19 09:38 |
Reporter | administrator | Assigned To | administrator | ||
Priority | urgent | Severity | block | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Target Version | 4.3.rc | Fixed in Version | 4.3.rc | ||
Summary | 0000235: Registration without Captcha is broken | ||||
Description | you can't register without captcha enabled ("captcha_registration" => "0",) this explains why we have no new registered users since | ||||
Steps To Reproduce | http://wackowiki.org/Registration Test by yourself, try to create a new test account | ||||
Additional Information | Fix Index: wacko/actions/registration.php =================================================================== --- wacko/actions/registration.php (revision 177) +++ wacko/actions/registration.php (working copy) @@ -80,7 +80,7 @@ } // End Comment Captcha - if($word_ok) + if (($word_ok) || $this->IsAdmin() || !$this->GetConfigValue("captcha_registration")) { // check if name is WikiName style if (!$this->IsWikiName($name)) $error = $this->GetResourceValue("MustBeWikiName"); | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2008-10-07 18:43 | administrator | New Issue | |
2008-10-07 18:43 | administrator | Status | new => assigned |
2008-10-07 18:43 | administrator | Assigned To | => Tann San |
2008-10-07 18:43 | administrator | Legacy | => NEW |
2008-10-17 20:13 | administrator | Note Added: 0000528 | |
2008-10-17 20:13 | administrator | Assigned To | Tann San => administrator |
2008-10-17 20:13 | administrator | Status | assigned => resolved |
2008-10-17 20:13 | administrator | Resolution | open => fixed |
2008-10-17 20:13 | administrator | Fixed in Version | => 5.0.0 |
2008-10-17 20:13 | administrator | Additional Information Updated | |
2008-10-22 15:46 | administrator | Relationship added | related to 0000049 |
2009-08-19 09:25 | administrator | Fixed in Version | 5.0.0 => 4.3.rc |
2009-08-19 09:38 | administrator | Target Version | 5.0.0 => 4.3.rc |
2010-03-08 10:09 | administrator | Category | Action => action |