Getting the hashed password with API

Getting the hashed password with API

by Alexandre DE RYCKE -
Number of replies: 0

Hi,

I'm using the API of moodle in an Android app. To make them able to log without internet, we do have a local BDD on the phone. Which have quite the same data as Moodle. 

So if a user try to connect to an account that isn't stored locally, we will take the data of the user via Moodle and save them. The issue here is to get the password via the API.

I tried to use the core_user_get_users_by_field function but there is no password in it.

Is there any solution to this?

Thanks for your help!

Average of ratings: -