Neriderc / GVExport

Repository for GVExport module for Webtrees
GNU General Public License v2.0
15 stars 6 forks source link

Fix auth issue #480

Closed Neriderc closed 5 months ago

Neriderc commented 5 months ago

If a user did not have access to the module assigned to them, they could still view the module if they went to the URL.

This fixes this issue by adding an auth check when loading the page.

Resolves #479