-
Notifications
You must be signed in to change notification settings - Fork 111
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
Not able to change password #8
Comments
for the line 69, I get a tip in Amazon console that says "use === to compare with null" And I also get warning "Missing semicolon" on the last line of the code "sampleAuthChangePassword" |
The code for "Change Password" function is different than the one available in the zip file. When I uploaded the zip file to lambda function, change password page worked as expected. I have created the pull request. |
There is 1 line missing in the file "Policy_Cognito_sampleAuth_Unauth_Role.json" "arn:aws:lambda::<AWS_ACCOUNT_ID>:function:sampleAuthChangePassword" Change password function needs access just like all other functions. |
Another problem with "Change password" link is that if you get redirected to S3 page that looks something like this... You can not change password. You need to visit the ec2 instance page that looks like this... http://ec2-34-200-222-179.compute-1.amazonaws.com/changePassword.html And now you are able to change your password. Weird. |
There was an issue in the code, sorry for that. It should work now. |
I tried Chapter 09 code and everything worked as expected. But I could not change password.
On the changePassword.html page, I get a message that user has logged in and then "Password not changed" message - instead of "Password changed".
The text was updated successfully, but these errors were encountered: