Is your feature request related to a problem? Please describe.
When restoring users to AWS Cognito using this tool, there is no clear method for generating or handling temporary passwords for users. This can be challenging when trying to automate user onboarding or recovery processes.
Describe the solution you'd like
It would be helpful to have a built-in feature or function that allows for the automatic creation of temporary passwords for restored users. This could include:
An option to generate random temporary passwords.
Documentation on how these passwords can be configured or customized.
Integration with AWS Cognito's existing password policies.
Describe alternatives you've considered
Currently, we have to manually create temporary passwords outside of the tool and update users in Cognito, which is inefficient and error-prone.
Additional context
Adding this feature would enhance the usability of the tool and streamline the user restoration process for developers working with AWS Cognito.
Is your feature request related to a problem? Please describe. When restoring users to AWS Cognito using this tool, there is no clear method for generating or handling temporary passwords for users. This can be challenging when trying to automate user onboarding or recovery processes.
Describe the solution you'd like It would be helpful to have a built-in feature or function that allows for the automatic creation of temporary passwords for restored users. This could include:
Describe alternatives you've considered Currently, we have to manually create temporary passwords outside of the tool and update users in Cognito, which is inefficient and error-prone.
Additional context Adding this feature would enhance the usability of the tool and streamline the user restoration process for developers working with AWS Cognito.
Thanks