Posted
on Mar 23, 2011
(permalink)
Hmm, I've gone into the CMS and chosen Administration | Permissions, then when I change the "Select Role" dropdown the page postback is fired and I lose the entire dropdown and checkbox section. (This happens in both Chrome, IE and Firefox).
Assuming I could change this so that my new "public" role, didn't have access, how do I set this role when I authenticate my user?
I currently have FormsAuthentication.SetAuthCookie(emailAddress, true) but there is no mention of Roles in this.
Thanks