We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Sends only email with temporary password for change it, not send email for verification. The password temporary not auth for login.
To Reproduce .env AWS_COGNITO_ADD_USER_DELIVERY_MEDIUMS=EMAIL AWS_COGNITO_FORCE_NEW_USER_PASSWORD=false AWS_COGNITO_FORCE_NEW_USER_EMAIL_VERIFIED=false AWS_COGNITO_FORCE_PASSWORD_CHANGE_WEB=false
Expected behavior Register the new user like email not verified and send email of verification.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
@IgorDePaula Please provide the PHP and the Laravel versions in use.
Sorry, something went wrong.
Laravel 11 Php 8.4 Docker with Sail.
No branches or pull requests
Describe the bug
Sends only email with temporary password for change it, not send email for verification. The password temporary not auth for login.
To Reproduce
.env
AWS_COGNITO_ADD_USER_DELIVERY_MEDIUMS=EMAIL
AWS_COGNITO_FORCE_NEW_USER_PASSWORD=false
AWS_COGNITO_FORCE_NEW_USER_EMAIL_VERIFIED=false
AWS_COGNITO_FORCE_PASSWORD_CHANGE_WEB=false
Expected behavior
Register the new user like email not verified and send email of verification.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: