URL Access

Component ID

171515

Component name

URL Access

Component type

module

Component security advisory coverage

not-covered

Downloads

1564

Component created

Component changed

Component body

This module adds an option to node edit forms to mark a page as 'protected'. When submitted, this generates a UUID and adds a path to 'protected/{UUID}' to the {url_alias} table. When accessing the node, only users with the 'Administer nodes' permission, the node author, and those with the correct URL can access the page. This is best used for pages which are not linked to from other pages on the website, otherwise the URL path may be exposed in a link.

Note that this module does nothing to prevent content from being listed in Views or other listings. To use it in production, it will need some additional work.