odoo_xmlrpc_twisted.functions.create_resettoken

During password reset procedure set the “reset” fields in the “res.users” table.

Functions

create_resettoken(email)

Function to set during password reset procedure the fields "x_reset_token", "x_reset_complete" and 'x_reset_date' in the database table 'res.users'.

odoo_xmlrpc_twisted.functions.create_resettoken.create_resettoken(email)[source]

Function to set during password reset procedure the fields “x_reset_token”, “x_reset_complete” and ‘x_reset_date’ in the database table ‘res.users’.