OracleMembershipProvider
Hi all,
I m using asp.net Login control.
I have implemented my own OracleMembershipProvider.
When I click on submit after user enters his credentials,
the asp.net runtime calls the membership providers ValidateUser method.This methods has two paramters (userName , password)
Now there is a modification in my initial requirement. the client wants an additional textbox in the login control for Domain Name.
Then, the Validation will depend on the Domain also.
So how can I pass this Domain name to the ValidateUser Method.
Is there anyway that I can access the Domain Name in my OracelMembershopProvider Class?
Thanks a lot.
--Monika.
|