I've implmented Initialise, FindUserByName and the two GetUser methods.
Thought i'd do a quick test to see how it was going by adding a test user to the database then going into the members section. The test login displays first time!
Not I go to Create. I know this won't work as I haven't implmented all the methods yet so i'm expecting NotIMplmentedException. However when i click create instead i get a message saying Login Name already exists.
The login name I used did exist in the umbraco install before i switched MembershipProvider so i'm guessing whatever it is checking is in the old table and it is not using my MembershipProvider.
Slightly confused with MembershipProvider
Hi
I've been writing a custom membership provider.
I've implmented Initialise, FindUserByName and the two GetUser methods.
Thought i'd do a quick test to see how it was going by adding a test user to the database then going into the members section. The test login displays first time!
Not I go to Create. I know this won't work as I haven't implmented all the methods yet so i'm expecting NotIMplmentedException. However when i click create instead i get a message saying Login Name already exists.
The login name I used did exist in the umbraco install before i switched MembershipProvider so i'm guessing whatever it is checking is in the old table and it is not using my MembershipProvider.
Anyone know why?
Hi Simo,
Have a look at this post, it might contain your answer or point you in the right direction:
our.umbraco.org/.../11466-Dynamically-creating-new-members-in-Umbraco-45
Hope this helps,
Regards,
Eduardo
is working on a reply...