-- 1) Change the label of the "Hide" field to "Hide Value"
-- 2) We want to convey to user that once they hide a field's value, they cannot unhide it. Implement either one of the two approaches below:
a) Similar to ADStudio, in the new/edit screens for Secure Storage, disable the "Hide Value" checkbox once it is checked in that screen itself. e.g. as soon as user clicks on "Hide Value" to enable it, they can no longer disable cancel. Their only option is to "Cancel".
b) Have a warning message displayed to displayed to user once they hide a field that "a field's value cannot be unhidden."
-- 3) When created or editing a secure storage record, the "New" action should not appear in the action toolbar.
since there is issue regarding 2a in ADStudio we probably do not want to implement it in ADServer. The rest is done.
I did not see 2b implemented -- testing in firefox. No warning message is generated when I "hide" a field. (Displaying the text in red would suffice)
I did not see 2b implemented -- testing in firefox. No warning message is generated when I "hide" a field. (Displaying the text in red would suffice)
Issue #988 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
since there is issue regarding 2a in ADStudio we probably do not want to implement it in ADServer. The rest is done.