Our users have been experiencing confusion when exporting out of the repository. They have mistaken the password field as an authorization to export. So, in turn, they assign a password to a document unknowingly.
What I would like to do is either hide the Password field and input box or insert a description so that users know exactly what that password field is for when exporting. I worked with some colleagues who are a lot more experienced with JS and CSS modifications. We, unfortunately, could not locate the area(s) where this could be done. The most we were able to play around with was adding in "#exportPasswordBox:parent { display: none;}" to the Browse2.min.css file. That only hid the actual input box leaving only the label " Password". And I know that this is not the best way to accomplish this.
Hoping that someone may be able to point us in the correct direction for either hiding the row altogether or adding in some kind of description or message box when inputting the password.