Last active
November 15, 2022 14:26
-
-
Save matteocollina/afc7de5d2e4d17e9a3523e531858f667 to your computer and use it in GitHub Desktop.
How to change User Status FORCE_CHANGE_PASSWORD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws cognito-idp admin-set-user-password --user-pool-id <your-user-pool-id> --username <username> --password <password> --permanent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment