I'm running into a little bit of a problem with the extension not creating Umbraco membership users when they log in. I've created a default member type in Umbraco, and have specified it in the web.config file. The users are properly authenticating, I am just never seeing a resulting member created. Any idea as to why this may not be happening?
Membership user not being created
I'm running into a little bit of a problem with the extension not creating Umbraco membership users when they log in. I've created a default member type in Umbraco, and have specified it in the web.config file. The users are properly authenticating, I am just never seeing a resulting member created. Any idea as to why this may not be happening?
sounds like the code on the login page isn't fireing ?
when you are setting security on a node, are you specifing a logon page, that has the WindowsLogon user control on it ?
you need to have a template for logon, that just calls the WindowsLogon user control (via a macro) - this will then create new users at logon
is working on a reply...