- Issue created by @jnicola
When reviewing this, we were briefly concerned this would generate HTML from an authenticated users who may have toolbars or different menu options we do not want rendered for authenticated users.
The generation of HTML is indeed restricted to $this->currentUser->isAnonymous(), so no actual concerns there, but it's probably worth calling that out.
Search readme and document page for the words "anonymous", "authenticated" or "fast404_anonymous_only" (fast 404 setting for anonymous only) and there is no mention of it.
Update documentation to just call this out for folks. Maybe add some info from the module page to the readme documentation about the entire module as well. Consider recommending fast404_anonymous_only setting to be true as well since that's the (good) approach this module seems built to work with as well.
-Update documentation.
-Update Readme
-Maybe add a help page?
-None
-None
-None
Active
1.0
Documentation
Primarily changes documentation, not code. For Drupal core issues, select the Documentation component instead of using this tag. In general, component selection is preferred over tag selection.