Posted by bee2b on February 3, 2011 at 2:18am
Can I do this with Drupal?
I have a content type called Company Profile. I want to send companies a link to their information page via email. I would like the link to go directly to an edit page where company information can be edited. Users will not be registered/authenticated but they need edit authority to the page provided in the email. I was hoping to mask the exact page URL with a cryptic path such as http://www.thesite.com/C560E5B2-6459-478C-A913-4C895D7D046C. I was hoping to avoid www.site.com/node/1. Edits need to happen on page avoiding drupal 7's overlay.
Can anyone point me in the right direction?