Member.GetMemberFromLoginNameAndPassword () not working ? in which format user entered password to supply to method?
Hi
For validating User when they try to login to site i am using below method to check whether user is valid or not. But everytime it's not validating user. I am passing correct loginname, password.
I have also tried with converting password to hashed string and then pass to below method argument but yet it's not validating.
Member.GetMemberFromLoginNameAndPassword () not working ? in which format user entered password to supply to method?
Hi
For validating User when they try to login to site i am using below method to check whether user is valid or not. But everytime it's not validating user. I am passing correct loginname, password.
I have also tried with converting password to hashed string and then pass to below method argument but yet it's not validating.
Member.GetMemberFromLoginNameAndPassword (loginName, password)
Can you please help me in which format i need to pass password argument in above method ?
thanks,
rohan
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.