November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
You could add a VirtualRole that you set rights for in the page tree. Then return it for a particular querystring pattern or whatever you see fit.
That way you don't need to mess with the role and membership providers.
Thanks Johan, that give me something do go on. Now I will look into some kind of way to generate some sort of token to contain this role but that will be a new forum post
We have a client that needs the ability to send a link to partners to view a specific version of a page prior to publishing. These links need to be public. ie. Don't require a login.
Ideally we would be able to generate a link and then revoke access but this would be a feature we would look to introduce in the future.
We could just use the 'preview' link in episerver: http://localhost/category/page/?id=XXX_XXX&idkeep=true if we can disable authentication somehow.
I was thinking about trying to implement some kind of custom membership provider that could use some querystring value to allow users in.
Anyone done anything like this or have any suggestions?