Problem/Motivation

1. Install Google Recaptcha
2. Attempt to disable User Login and User Login Block without the drupal_alter api override
3. Unable to do so

Proposed resolution

1. Enable the default forms on install
2. Allow the user to be able to select and disable forms from the UI and still allow the drupal_alter to override the defaults

Remaining tasks

User interface changes

API changes

1. Default security forms set on install
2. User is able to modify in UI

Data model changes

Original report by generalconsensus

Comments

generalconsensus created an issue. See original summary.

generalconsensus’s picture

StatusFileSize
new3.62 KB
sergey-serov’s picture

Greetings, generalconsensus!
Seems the ability to disable `login` and other forms protection is really wanted :)
Thank You very much for Your patch. I will add it in nearest realease.

sergey-serov’s picture

Assigned: Unassigned » sergey-serov
Status: Active » Fixed

Greetings!
New release is ready, I had rewrite Your code where You add elements to array - it became less with the same functionality ;)
'User_pass' form is rather rare form for simple users, but very popular for `bad guys`, it is stay protect always.
Thank You very much for help!

sergey-serov’s picture

Status: Fixed » Closed (fixed)