i need a asp.net function that takes username and password and a sharepoint link and return true if the username and password match a user in sharepoint
i try make an object from spuser and check login name but still need to check user password
but spuser gives me all info about users except its password :(
actually i don't want to change any data in sharepoint ,i need only to know if there is a user have the same username and the same password in sharepoint
thanks in advance