YAFLogo

Cracker42
  • Cracker42
  • 50.6% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
How would I point YAF to an existing Microsoft Membership provider? I already have another community system with MSMP running and would prefer to keep all accounts centralized. Is it as simple as pointing YAF to the existing MSMP database? i have a feeling there is a little more to it. Any help appreciated.
Sponsor
bbobb
  • bbobb
  • 100% (Exalted)
  • YAF Developer
13 years ago
You can make it if it's implemented OK. But it'll be slower than native YAF providers team :-d

You should use a custom Profile Provider which is independent from any membership.provider.

The provider can access Membership through a standard System.Web.Security.Membership class only.

Recently, I've written a working prototype for mojoPortal module. It works.