For security reasons I don't want to use Node ID's in the URL as they are consecutive.
Would it be possible to add an option to use an alternative unique field rather than ID? I could then set-up unique date drive pseudo random computed field in the Node type that is being referenced and use that for the URL instead.
e.g.
rather than:
node/add/article?[field_ref]=[id]
you could use:
node/add/article?[field_ref]=[field_unique_random_number]
Comments
Comment #1
gamesfrager commentedI would like to have this option as well. I'm using this to pre-populate a field that hold a coupon code.
It would be very bad if users just type a random id at the url and figure out how the system works, and they get way too many coupons for free.
Thanks
Comment #2
amitaibuThat's out of the scope of this module.