Custom Membership Provider
I am using the asp.net 2.0 Login controls using my custom OracleMembership provider.
Which method should I override for the forgot password implementation.
When the User clicks on Forgot password link, he is prompted to enter the username and then click Submit button.
Could anyone pls tell me which methods of membership provider class shd be called and overridden on this event.?
Also, what methods/properties are call when I click the remember me check box on login control.
Thanks,
--Monika
|