Hi!
I have a question about EPiServer:s way to implement MembershipProvider and ACL. EPiServer are using username as foreign key to membership user in table tblAccess, but what will happen if my application is using more then one membership provider with different application ids - then username is not forced to be unique any more and the system will fail I think?