odoo_xmlrpc_twisted.functions.check_user_login

Validate if login and password are correct.

Functions

check_user_login(login, password)

Function to validate if a user's login and password are correct.

odoo_xmlrpc_twisted.functions.check_user_login.check_user_login(login, password)[source]

Function to validate if a user’s login and password are correct. The user must be activated (‘x_activate_complete’) and a Portal User. Gives back as the result ‘True’ or ‘False’.