-
Notifications
You must be signed in to change notification settings - Fork 212
[$40] Settings > Account > My Account: Entering incorrect current password to change the password won't show any validation #2056
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
Comments
Contest https://www.topcoder.com/challenges/30086772 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30086772 has been updated - the new changes has been updated for this ticket. |
i want to work on this issue, can you change the label |
@RAJKUMARRRR please use this link https://x.topcoder.com/api/v1/github/teams/registration/7946e40e-f01a-4ced-a1c2-081e328c7d73-1553097709824 to access our org so you can assign yourself |
Contest https://www.topcoder.com/challenges/30086772 has been updated - it has been assigned to LieutenantRoger. |
Hey @ThomasKranitsas , So when the password is incorrect, how do we notify the user ? |
Hey @LieutenantRoger , Please show an error like the one from the following screenshot: |
The error can say |
Can we show a tip like this ? To match the popup with the email invalid state on this same screen ? |
No, please use the one I shared above |
Ok, https://take.ms/XL8WY does this style look good to you ? I picked an existing one. And this is only for client side validation, we won't check with backend about whether current password correct or wrong, right ? Because invalid only indicates a format error. |
I think there's a misunderstanding here... This error is shown when you submit the form and the backend returns an error. It's not a form validation error, it's a bad request error |
Hey @ThomasKranitsas, I have read the backend codebase, it looks like the topcoder-react-lib didn't handle the error case when updating failed. Can we use The way you showed above actually was a client validation style. Let me know your thoughts. |
That sounds good
…On Thu, 21 Mar 2019 at 14:58, LieutenantRoger ***@***.***> wrote:
Hey @ThomasKranitsas <https://github.com/ThomasKranitsas>, I have read
the backend codebase, it looks like the topcoder-react-lib didn't handle
the error case when updating failed.
Can we use fireErrorMessage('The old password is invalid'); to notify
user about the fail ? As I can see there are other errors in the
topcoder-react-lib is using this way to alert error.
The way you showed above actually was a client validation style.
Let me know your thoughts.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2056 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEZjOQv6hVXWo8a_Kq328XfkWuRQYgdgks5vY4H9gaJpZM4b3Vu->
.
|
ok, do I create a pull request on topcoder-react-lib master branch? I didn't find a bug-bash branch on that codebase. |
Please use the develop branch
…On Thu, 21 Mar 2019 at 15:07, LieutenantRoger ***@***.***> wrote:
ok, do I create a pull request on topcoder-react-lib master branch? I
didn't find a bug-bash branch on that codebase.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2056 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEZjOcN-lA_kKbIQBq4CYOTST77zkJgNks5vY4QZgaJpZM4b3Vu->
.
|
When I modify the topcoder-react-lib in the community codebase's node_module folder, and re-build the community-app, do you know why the bundled topcoder-react-lib is not containing my update to the topcoder-react-lib ? |
You also need to build the topcoder-react-lib before you replace it in the community-app |
I can't build topcoder-react-lib both develop and master branch, can you see the issue ? |
@ThomasKranitsas |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30086772 |
Actual: Entering incorrect current password to change the password won't show any validation
Expected: Should show a validation because the current password entered into the field is incorrect
Reproducibility Rate: 3/3
Environment: HP Pavilion x360 14 inch; Windows 10 | Browser: Google Chrome 73.0.3683.75
The text was updated successfully, but these errors were encountered: