changePassword method for SDKs
Hello, how come there's not a method to change an user's password? Most authentication APIs would provide a method like
changePassword(userId, oldPassword, newPassword)
or similar.
33
votes
![](https://secure.gravatar.com/avatar/d97548930c012ab12e97aa36ab17679c?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
-
Sani commented
I agree this is a huge feature especially since the Admin API does not support changing password. We are left with the standard email technique or using the function mode in an unsecured manner.
-
Daniel commented
I have the same issue. It is sad that such a powerfull database like MongoDB is not supporting such a basic feature.