What I see is what Nik Wahlberg said: "It looks like GetMemberByLoginNameandPassword is triggering the validate user method over and over". Doe anyone have the trick to solve this?
Yeah it is likely a bug with the latest Release I would think. I have posted comments on Nibble's blog as well so I am sure he's aware at this point. The above solution definately isn't as elegant, but i does the trick...
CustomMemberShipProvider: error with GetMemberFromLoginNameAndPassword(username, password)
Hi,
I am trying to implemenet Nibble's trick "Only log in umbraco members when they have been approved</span>" but unsuccesfull. I found a topic on this on the old forum (see http://forum.umbraco.org/yaf_postsm48051_Overriding-ValidateUser.aspx ), but not here. So here it is.
Please readup on the old forum!
What I see is what Nik Wahlberg said: "It looks like GetMemberByLoginNameandPassword is triggering the validate user method over and over". Doe anyone have the trick to solve this?
Hi Sharpcoder,
I never did get this to work and have had to move on without it. What I ended up doing is detailed inthe following post:
http://forum.umbraco.org/yaf_postst10044_Overriding-ValidateUser.aspx (last post)
I ended up going with catching an event during login. It's not ideal, but it works!
Cheers,
Nik
Hmmmm I'll implement it like this but it as it is still a workaround, I'll try to get Nibble attention. Or maybe post this as a bug?
Yeah it is likely a bug with the latest Release I would think. I have posted comments on Nibble's blog as well so I am sure he's aware at this point. The above solution definately isn't as elegant, but i does the trick...
is working on a reply...