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
If you add {% requireLogin %} to a template to prevent public access to a page, the page exporter plugin will export the login template/page rather than the entry.
Our workflow now requires the entries that we are exporting only be available to to authenticated users.
If the user pressing the export button on the entry is authenticated, I would expect that the proper entry gets exported rather than the login page.
Please add support for exporting pages that require authentication.
The text was updated successfully, but these errors were encountered:
If you add
{% requireLogin %}
to a template to prevent public access to a page, the page exporter plugin will export the login template/page rather than the entry.Our workflow now requires the entries that we are exporting only be available to to authenticated users.
If the user pressing the export button on the entry is authenticated, I would expect that the proper entry gets exported rather than the login page.
Please add support for exporting pages that require authentication.
The text was updated successfully, but these errors were encountered: