This question has been flagged
2 Replies
8666 Views

I want to change password of  res.user by  using my custom module...how it possible

Avatar
Discard
Best Answer

simply by doing:

self.env['res.users'].write({'password': 'passwrod_value'})

will work


Avatar
Discard