views:

12

answers:

0

I've written a custom membership provider for asp.net that has been working really well, but I just added the password recovery control to my site and found that when the username entered doesn't exist the UserLookupError doesn't fire and I can't seem to figure out what causees this event to fire using the normal aspnetmembership provider - does anyone know what it attaches to? I have the SendMailFailure event firing properly but I can't seem to track down what to do in my custom membership class to communicate back to the password reminder control that the username supplied does not exist.

I've googled at length but can't seem to find anyone with a similar problem :(

When the username does exist then the password is returned properly and emailed to the user.

I just can't seem to find out how to get this UserLookupError event to fire on the Password Retrieval control.

Any help would be appreciated!