and in particular, what does this bit of code do (in core RoleController)
If Not SynchronizationMode Then
Common.Globals.SetApplicationName(objRoleInfo.PortalID)
Microsoft.ScalableHosting.Security.Roles.CreateRole(objRoleInfo.RoleName)
End If
If I added a user to a role with code and create a tab, would I have to
do anything else to give them access to it? Occassionally I get an
Access Denied on the target tab, but when I refresh it allows the user
to view it, so it is almost like there is a split second where the
rights are not fully assigned?