-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Is there way to show sign in view after resetting new password? #81
Comments
Hi @merbula, do you mean to automatically sign in the user with the new password that they entered in the reset password flow? |
@merbula once the reset password workflow is successfully completed, the Authenticator will automatically sign in the user with the new password. There is no way to change this. |
Why this is different compared to Android? Is there plan to change this functionality similar to Android? Android is redirecting user to sign in view after resetting the password and user needs to sign in with the new password. |
Thanks for pointing out the discrepancy between platforms. |
The Swift Authenticator matches the behaviour of the Flutter one, when after successfully resetting a password the user is automatically signed in. The Android team opened a feature-request to update their behaviour to match: aws-amplify/amplify-ui-android#160 |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Hi,
After resetting the password user is signed in directly (in happy case). Is there way to force user to sign in after resetting the new password? I´m using Authenticator state machine with custom UI´s.
Thanks!
The text was updated successfully, but these errors were encountered: