It looks like you are using it (you can see it in the mobile login view), but it is not being used once you are logged in: $wgGroupPermissions['user' ]['skipcaptcha'] = true; I think you need to remove the above line. And add in the two below: $wgCaptchaTriggers['edit'] = true; $wgCaptchaTriggers['create'] = true; J.P. Maxwell | tipit.net [http://tipit.net] | fibercove.com [http://www.fibercove.com] On Wed, Feb 24, 2016 at 2:23 PM, Elizabeth K. Joseph <lyz at princessleia.com> wrote: > $wgCaptchaTriggers['edit'] = true; > $wgCaptchaTriggers['create'] = true; We're now storing our Settings.php (LocalSettings.php points at it) in git and people can submit patches against it in the puppet-mediawiki module: https://git.openstack.org/cgit/openstack-infra/puppet-mediawiki/tree/templates/Settings.php.erb A quick glance looks like we're already loading QuestyCaptcha, but it seems to not be enabled/used? -- Elizabeth Krumbach Joseph || Lyz || pleia2 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-infra/attachments/20160224/5fd45236/attachment-0001.html>