Describe the bug
Hello, first, thank you for the app and the work you've put into it :)
The bug report is regarding the "Confirm Password" (domid: confirm-password) field not being cleared after password is changed, and in result, being viewable by "anyone".
Not a RCE kind of level issue but still :D
I wanted to provide some educated context but one, I'm really terrible with frontend code, two, from a quick glance I took it looks like the field should be cleared
so it's either fault of my setup or my lacking frontend knowledge.
Let me know if there is anything I can do to help test/investigate.
Steps to Reproduce
- Click on profile
- Navigate to "Settings dashboard"
- Fill in "Current Password", "New Password" and "Confirm Password"
- Click on "Save Profile"
What should happen: all three fields should be cleared
What happens: "Current Password" and "New Password" is cleared but "Confirm Password" stays filled in and can be viewed with the "eye"
Before clicking "Save Profile":
After clicking "Save Profile" and viewing the hidden text:
How do you run Jotty?
Docker
Jotty Version
1.20.0
Checklist
Describe the bug
Hello, first, thank you for the app and the work you've put into it :)
The bug report is regarding the "Confirm Password" (domid: confirm-password) field not being cleared after password is changed, and in result, being viewable by "anyone".
Not a RCE kind of level issue but still :D
I wanted to provide some educated context but one, I'm really terrible with frontend code, two, from a quick glance I took it looks like the field should be cleared
jotty/app/_components/FeatureComponents/Profile/Parts/ProfileTab.tsx
Line 200 in 47267d7
Let me know if there is anything I can do to help test/investigate.
Steps to Reproduce
What should happen: all three fields should be cleared
What happens: "Current Password" and "New Password" is cleared but "Confirm Password" stays filled in and can be viewed with the "eye"
Before clicking "Save Profile":
After clicking "Save Profile" and viewing the hidden text:
How do you run Jotty?
Docker
Jotty Version
1.20.0
Checklist