-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[PM-13938] Changes to disabled user from seeing password that they shouldn't see or edit easily. #12161
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #12161 +/- ##
=======================================
Coverage ? 34.33%
=======================================
Files ? 2965
Lines ? 90533
Branches ? 16977
=======================================
Hits ? 31087
Misses ? 56982
Partials ? 2464 ☔ View full report in Codecov by Sentry. |
@cd-bitwarden I don't think this solution works on the web for |
Great job, no security vulnerabilities found in this Pull Request |
@gbubemismith After QA review I've updated the code so that it doesn't disable the view pwd toggle, and the copy button : it instead hides those options when unavailable. Now the custom fields hidden fields area looks and acts like other password fields on the cipher. |
A test is failing |
I have fixed the test 😄 thank you |
… or edit easily.
🎟️ Tracking
📔 Objective
Expected: To not be able to toggle a custom hidden field from View item or Edit item screen.
Expected to be able to edit custom hidden field label but NOT the value.
📸 Screenshots
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes