Skip to content

Fix captcha widget regression#476

Merged
Inverle merged 1 commit into
FreshRSS:mainfrom
Inverle:captcha-widget-fix
Jun 3, 2026
Merged

Fix captcha widget regression#476
Inverle merged 1 commit into
FreshRSS:mainfrom
Inverle:captcha-widget-fix

Conversation

@Inverle
Copy link
Copy Markdown
Member

@Inverle Inverle commented Jun 3, 2026

Closes #475

if (!empty($csp)) $controller->_csp($csp);
} elseif (Minz_Request::is('user', 'create') && !FreshRSS_Auth::hasAccess('admin')) {
if (!CaptchaExtension::initCaptcha()) {
if (!$this->initCaptcha()) {
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change is not related to the bug, just for consistency to match the if above

@Inverle Inverle merged commit dbbfcba into FreshRSS:main Jun 3, 2026
1 check passed
@Inverle Inverle deleted the captcha-widget-fix branch June 3, 2026 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[xExtension-Captcha] not works

1 participant