cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 1.9 REST Customer Password Field Unable To Save

Magento 1.9 REST Customer Password Field Unable To Save

Hi there,

 

Been using REST to create or update Customer record but the field password never able to be saved/updated regardless.

 

Below is the JSON output to Magento REST:

 

POST output: {"website_id":1,"email":"12345@myshop.com","group_id":1,"disable_auto_group_change":0,"firstname":"John","lastname":"Bingo","password":"42f749ade7f9e195bf475f37a44cafcb"}

 

The password at the end is MD5 hashed. Also I did tried was plain text password and MD5 hash with salt separated by colon.

 

To verify the record, i used Admin page > Manage Customers and verified record has been created.

 

However, when i tried to login using the new email 12345@myshop.com it's unable to login due to invalid username or password.

 

Also i checked the database table, the password field was never created.

 

Anything I was missing here?

 

Thanks

/John W