Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
3842 Zobrazení

Hi folks, I have a phonegap app that communicates with the openerp server, I want to implement the forgot password functionality in my app some as the forgot password button in the openerp login screen (after enabling this option from the openerp settings). 

Is there's any good way to achieve this?

Avatar
Zrušit
Autor Nejlepší odpověď

Ok finally I have done it. I have created the forgot password functionality in my client app. I have made the xmlrpc call to the base res.users's action_reset_password method as:



$.xmlrpc({

url: server_url + 'object',

methodName: 'execute',

dataType: 'jsonrpc',

params: [dbname, userId, password, 'res.users', 'action_reset_password', [id]], // id: id of the user whose pass need to be reset

success: function(response, status, jqXHR) {

    alert('success')  

},

error: function(response, status, jqXHR) {

  alert('error')

},

});

 

Avatar
Zrušit
Nejlepší odpověď

You can do it from

Settings >> General Settings >> Enable password reset from Login page

Thank you

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
kvě 25
1648
13
zář 24
193312
2
čvc 24
12889
0
čvc 24
1971
0
lis 22
2630