-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unable to change password - Developer Portal #231
Comments
Replace the string 'coggnitoClientId' with the actual env in saga
Replace the string 'coggnitoClientId' with the actual env in saga
@tanphamhaiduong The change password is now working but the message confirming the changes have been successful are showing in the developer portal and not on the login screen. It's not a problem to show the toast in the portal on the 'settings' page but because the developer gets logged out it happens too quickly. When the developer has been automatically logged out, the message should show on the login screen 'Password Changed Successfully'. Thanks. |
Hi @willmcvay, there is a problem with trying to show message in the login screen, previously back then when we didn't have the OAuth flow in between authentication process the logout would just be to redirect user to the login page with the additional query (something like 'isPasswordChanged') to be able to show the message. However, with the new flow right now, when logout user will be redirected to One possible solution is to add another developer login route, e.g something like Feel free to give your opinion on this. |
So there is a variable called ‘STATE’ which is an arbitrary string of comma separate values that OAuth supports. See the urls on Marketplace currently, this is how we manage loginType. It’s a bit gross but it works. Otherwise, local storage?? |
Replace the string 'coggnitoClientId' with the actual env in saga
[CLD-636]implement submit app happy path test case
fix: info text when empty developer
Replace the string 'coggnitoClientId' with the actual env in saga
Summary: An error occurs when trying to change password when logged in as a Developer
Location: https://dev.marketplace.reapit.cloud/developer/settings
Current Behaviour: Logged in as '[email protected]' > settings > change password > following error occurs:
Expected Behaviour: Change password, get logged out and routed back to login screen with notification ' Password changed successfully'
The text was updated successfully, but these errors were encountered: