I want to create a oauth client module for the prestashop.
Here I can see in prestashop 'ps_customer' table, the password field (passwd) is a not null.
If I want to implement oauth client, I will not get any password from the oauth provider, where I can get only the customer details. In that ca...