You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added processing modules to enable the asynchronous processing of files and metadata present on the system at different points of their lifecycle (manual, creation, read, update, delete). This feature is currently available as a preview, with only the "On Demand" (manual) trigger implemented.
Added the WEBSITE_CONTACTS setting to define points of contact for the application (https://github.com/usnistgov/core_main_app/blob/master/settings.md#website_contacts).
Email addresses of this list will receive contact messages and user account requests.
The ADMINS and MANAGERS lists will continue to receive technical error messages, as defined by the Django framework.
Enabled token authentication to REST API by default.