Hello to all
I'm developing a web application; It needs to verify user and password in SAP database. To do this I use DI API interface. I connect it to the database with the Company object, I can find the user (through GetbyKey method of User Object). The UserPassword property returns a string with ******* then when I try to compare the password entered by the operator with the password obtained form SAP they never are equal.
Please, if anyone can help me. Thanks
Best Regards