I managed to write my own membership provider, turns out it wasn't
hard after all -- I just had to find the relevant information out of
everything that's out there :)

In case anyone else needs this information:
I created a new class extending ExtendedMembershipProvider, I
implemented the methods similar to this example:
http://msdn.microsoft.com/en-us/library/6tc47t75(v=vs.100).aspx

For a minimal membership provider it's sufficient to only implement a
few methods:
ValidateUser, CreateUser, GetUser and the properties
MinRequiredPasswordLength, RequiresUniqueEmail.
http://www.codeproject.com/Articles/165159/Custom-Membership-Providers

Regards,
Markus

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to