Export

Export

The ability to upload any file as part of a post export step can now be restricted to a limited set of users.
The manage files dialog will show a corresponding message in the header area and the select and upload buttons are disabled.
The manage files shows a corresponding message in the header area. The select and upload buttons are disabled.
To disable the file upload, adjust the
plugin_customization.ini
file on the application server.
plugin_customization.ini
# --------------------------------------------------------------------------- # Export Server Settings # --------------------------------------------------------------------------- # Disables the PostExport File Upload for all users except those which have the same login name as one # of the users in this preference # e.g. fileUploadRestrictedExceptFor = Administrator (only the Administrator user can upload files) # e.g. fileUploadRestrictedExceptFor = tom,jenny (only tom and jenny can upload files) # e.g. fileUploadRestrictedExceptFor = (everyone can upload files, this is the same as if the preference is commented) # e.g. fileUploadRestrictedExceptFor = NonexistingUser (no one can upload files, not even the Administrator) # com.heiler.ppm.export.server/fileUploadRestrictedExceptFor = Administrator

0 COMMENTS

We’d like to hear from you!