Closed (fixed)
Project:
Protected Node
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2013 at 15:33 UTC
Updated:
26 Sep 2024 at 10:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ortho85 commentedSame problem - but I am new to Protected Node.
Had to work around by making a response page.
Comment #2
dandaman commentedI'm getting this as well. I'm rather new to this module, though, so I'm not sure if I'll get a chance to dig and debug it unless it really becomes a problem. A workaround we found was to just redirect the form to different page that is not password-protected and that will work just fine.
Comment #3
izus commentedMeybe it's just a permission roblem as in https://drupal.org/node/1649298
but as i didn't test yet, i'll mark it as a feature request to support webform
Comment #4
grimreaperHello,
I see two bugs :
- the first one is similar to https://drupal.org/node/2088831, when making the node it's ok, when making the webform part it changed the password.
- the second one is the bug mentionned in this issue. Even when allowing all webform permission to anonymous it's access denied confirmation page.
Comment #5
grimreaperHello,
The first bug is due to the node/nid/webform/configure save action. And the patch https://drupal.org/files/protected_node-check_for_changed_password.patch related to the issue https://drupal.org/node/2044237 solve it.
I continue to look to solve the second bug.
Comment #6
grimreaperHello,
Here is the patch solving the two bugs, it includes the patch mentionned in the previous comment.
Thanks for the review.
Comment #7
izus commentedmerged.
thanks
Comment #9
grimreaper