Hi guys,
For our app we need a possibility to change the password for signed in users.
As I see there is available method on cognito-identity-js to change the current password for an authenticated users but I cannot find according method on Auth class
Please let me know if you plan to implement this method in future releases.
Thanks
Hi @yuyokk
You can change the user password. The flow is this:
If you have any concerns please let me know
Thanks
@elorzafe thanks for explanation but we need slightly different flow where user inputs old password and new password/confirm password then clicks 'Change my password' and it gets changed without any confirmations etc. Let me talk to my team and see if we can reuse already existing change password flow within our app :)
Most helpful comment
@elorzafe thanks for explanation but we need slightly different flow where user inputs old password and new password/confirm password then clicks 'Change my password' and it gets changed without any confirmations etc. Let me talk to my team and see if we can reuse already existing change password flow within our app :)