Problem/Motivation

From discussion in comment #9 in issue #2808087: Improve captcha_install(), correctly create dynamic captcha points, move static captcha points to default config
The second drupal_set_message is broken (page cache is a module now, not a setting).
Other modules don't do this either, the modules page has links to settings and help built-in.

Proposed resolution

Possibly add a link to the settings instead

Remaining tasks

User interface changes

API changes

Data model changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Ginovski created an issue. See original summary.

lomasr’s picture

I agree with the proposed solution . Added a patch.

lomasr’s picture

Status: Active » Needs review
ddrozdik’s picture

I guess this is an important message, I suggest to make it bold, to take user attention on it.

ddrozdik’s picture

Status: Needs review » Needs work
Prashant.c’s picture

Status: Needs work » Needs review
FileSize
1.61 KB
1.29 KB

Re-submitting the patch by adding <b> tag to the returned output.

ddrozdik’s picture

Status: Needs review » Reviewed & tested by the community

looks good.

amit.drupal’s picture

Re-submitting Patch #6 .

+++ b/captcha.module

+ return $output;
return render array rest looks good.

return ['#markup' => $output];

wundo’s picture

wundo’s picture

Status: Reviewed & tested by the community » Fixed

  • wundo committed 6ded687 on 8.x-1.x authored by amit.drupal
    Issue #2811777 by lomasr, Prashant.c, amit.drupal, ddrozdik, Ginovski,...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

jomik’s picture

Hi all,
when I trey to install CAPTCHA by drupal 8, I get this message:
Unable to install CAPTCHA, captcha.captcha_point.contact_message_feedback_form, captcha.captcha_point.contact_message_personal_form, captcha.captcha_point.user_login_form, captcha.captcha_point.user_pass, captcha.captcha_point.user_register_form, captcha.settings already exist in active configuration.
Can anybody help me?
Thanks in advance,
Joseph