View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000139 | BwPostman | Subscribers Frontend | public | 2022-09-01 19:35 | 2022-09-06 11:08 |
Reporter | dstreichert | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 2.3 | ||||
Summary | 0000139: no captcha on index.php?option=com_bwpostman&view=register | ||||
Description | Hello, The Captcha is not displayed on the 'index.php?option=com_bwpostman&view=register' page. However, when I enter 'exit();' in the file 'components\com_bwpostman\controllers\register.php' on line 481 in the function showCaptcha insert, the captcha is displayed to me. @@ -477,5 +478,6 @@ public function showCaptcha() { BwPostmanHelper::showCaptcha(); + exit(); } } | ||||
Additional Information | Joomla 3.9.28 PHP 7.4.30 Apache 2.4.54 + PHP-FPM | ||||
Tags | Patch | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-09-01 19:35 | dstreichert | New Issue | |
2022-09-01 19:35 | dstreichert | Tag Attached: Patch | |
2022-09-06 11:08 | Romana | Note Added: 0000060 |