Hi.
I've (almost) successfully integrated Yaf in my asp.net site, and users can log in and access the forum. I've disabled creating accounts in Yaf, instead i have it using my custom Membership implementation.
I've read a 2 year old post in your forum (sorry, lost url to it) where someone stated my membership classes must inherit from the Yaf membership classes - that must be old information right?
So, my issue is that despite user being able to log in and access the forum, their roles aren't correctly mapped or rather - when the user logs in there is no rows created in table yaf_UserGroup (table yaf_User is filled just fine).
What am i missing?
Board info:
.Net 4.0
Sql Server 2008R2
YAF.NET Version: 1.9.6.1 (Date: 3/18/2012).