The password used to login when saving a file to a protected location.
<data>
The following displays the value of password in a text stimulus:
<text sometext>
/ items= ("password = <% data.password %>")
</text>
The following displays the value of password in an instruction page:
<page somepage>
password = <% data.password %>
</page>