-
Notifications
You must be signed in to change notification settings - Fork 329
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
Fix SIP Quickstart login issues #330
base: main
Are you sure you want to change the base?
Conversation
…for admin password
Admin Page Error Handling/Messaging:CLI / Serverless plugin messaging:Password not changed from default:Password doesn't meet complexity requirementsFunctions / Console messaging:Password not changed from defaultPassword doesn't meet complexity requirementsIncorrect Password Error (403: Not authorized) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some tiny tweaks! Thank you so much for diving into this! Awesome work! 🎉
@craigsdennis Ok! Made changes from your suggestions + added tests to add coverage to new admin-password-related functions! |
Hey @bld010 ! We're in the process of going through the backlog of PRs. Did you still need to merge this one? Looks like there's a conflict in package-lock.json. |
Description
This should resolve issues #245 and #295
Admin password requirements are made obvious and require a change from "default" password before accessing the rest of the admin area.
Show and hide login errors on DOM.
Checklist
npm test
locally and it passed without errors.Related issues
#245 and #295