"Matthew Bevan" <[EMAIL PROTECTED]> writes: > My Account/Group/Role classes have a lot of extra data in them, though > I hope to make the interface in the CMS generic enough to handle any > valid Identity session.
What I've done here is a "link" between my customizations and the identity default tables... This way I don't have to repeat any structure and I know that all users I have on my system are also user with regards to the identiy part. I was thinking about changing the identity module, but then it would be less "portable". :-) -- Jorge Godoy <[EMAIL PROTECTED]>

