Skip to content
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

SecureString password not editable in propertygrid #2630

Open
magriggs opened this issue Aug 19, 2024 · 1 comment
Open

SecureString password not editable in propertygrid #2630

magriggs opened this issue Aug 19, 2024 · 1 comment
Assignees
Labels
1.77.3 Version 1.77.3 Bug Something isn't working as expected High Priority

Comments

@magriggs
Copy link
Contributor

SecureString password not editable in propertygrid

Expected Behavior

Password should be editable, but still secure

Current Behavior

Cannot edit password

Possible Solution

Store password in SecureString but have String-based property. Never populate the String-based property with the actual value, but instead convert directly to SecureString in the property setter.

Steps to Reproduce (for bugs)

Try to enter password

Context

Regression after move to SecureString for Password property

Your Environment

N/A

@magriggs magriggs self-assigned this Aug 19, 2024
@magriggs magriggs added High Priority Bug Something isn't working as expected 1.77.3 Version 1.77.3 labels Aug 19, 2024
@magriggs magriggs mentioned this issue Aug 19, 2024
12 tasks
@HorseLuke
Copy link

Tried to build latest code and faced this issue. When will be merged to solve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.77.3 Version 1.77.3 Bug Something isn't working as expected High Priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants