Here's a patch that adds a field in the admin section for any form ID to be secured.
I needed this functionality because I have a content type that collects sensitive information, so I wanted to make sure the add/edit forms for that content type were secured.
Seems to work well in my limited testing.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | securelogin_otherforms.patch | 1.38 KB | bancarddata |
| securelogin_otherforms.patch | 1.79 KB | msonnabaum |
Comments
Comment #1
jcmarco commentedThis patch works great! It should go to the official release.
Comment #2
mfbNew features will be added to the 7.x-1.x branch. For the Drupal 7 version, I added an API function such that any form can pretty easily be secured via a hook_form_alter implementation. Hopefully this would meet your needs? A user interface to secure any form could be useful for some, however.
Comment #3
bancarddata commentedAttached is the patch above ported to 7.x-1.2.
Comment #4
mfbThanks, added this feature to the 7.x-1.x-dev branch.