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
André Junges
shared this idea
-
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.