SecurityInnovation.TeamMentor.WebClient.WebServices.TM_Xml_Database_JavaScriptProxy.SetUserPasswordHash C# (CSharp) Method

SetUserPasswordHash() public method

public SetUserPasswordHash ( int userId, string passwordHash ) : bool
userId int
passwordHash string
return bool
        public bool SetUserPasswordHash(int userId,  string passwordHash)
        {
            return tmXmlDatabase.setUserPassword(userId, passwordHash);
        }