when we preview Umbraco tries to use the backend permissions (username) instead of the frontend one, so when an editor tries to preview content he/she needs to have the same username on the backend as on the frontend. This is not ideal and we'd like to separate the two.
As far as I know we can only set the auth cookie name for the whole application (not per membership provider)
<authentication mode ... ><forms name = "authcookie"...
Preview permission user name same as backend
Hi,
when we preview Umbraco tries to use the backend permissions (username) instead of the frontend one, so when an editor tries to preview content he/she needs to have the same username on the backend as on the frontend. This is not ideal and we'd like to separate the two.
As far as I know we can only set the auth cookie name for the whole application (not per membership provider)
<authentication mode ... ><forms name = "authcookie"...
Thanks
Comment author was deleted
Hi Jonas,
Think it's best to report this on the issue tracker (so it doesn't get lost) http://issues.umbraco.org/
is working on a reply...