Title on the redirect page
kvoltz - August 22, 2009 - 11:06
| Project: | Protected node |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I am trying to change the title on the redirect page to say something other than "Protected node - Enter Password"
Where should I do this?
I have been going through the module trying to find the text. And, I have either found it and I am having massive caching issues, or I haven't found it. Can you point me in the right direction?
thanks!

#1
It's in the protected_node_menu() function. You should clear the menu cache.
#2
On a similar note, I would like to use the title of the page being protected, instead of static text. Any ideas how I could pull that into the protected_node_menu() function? It may be obvious but I'm not seeing it. Thanks.