Custom membership provider and CreateUser() not triggered
Hi all,
I have implemented a custom membership provider to be able to do some additional processing when a member is created from within the umbraco admin section. I've done the required changes in web.config and everything is working fine. For example I can override the Initialize() and ValidateUser() methods and they are both triggered as expected.
My problem is when I try to override the CreateUser() method. When I create a member in the admin interface I thought the CreateUser() method should be called but it isn't. The member is created alright but I can't hook up on the event.
Custom membership provider and CreateUser() not triggered
Hi all,
I have implemented a custom membership provider to be able to do some additional processing when a member is created from within the umbraco admin section. I've done the required changes in web.config and everything is working fine. For example I can override the Initialize() and ValidateUser() methods and they are both triggered as expected.
My problem is when I try to override the CreateUser() method. When I create a member in the admin interface I thought the CreateUser() method should be called but it isn't. The member is created alright but I can't hook up on the event.
Ideas anyone?
I have the same problem with ChangePassword(...)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.