Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACL Check doesn't work properly #68

Closed
achimKi opened this issue Jan 23, 2017 · 2 comments
Closed

ACL Check doesn't work properly #68

achimKi opened this issue Jan 23, 2017 · 2 comments

Comments

@achimKi
Copy link

achimKi commented Jan 23, 2017

  1. the plug-in seems to Register for any Check-ACL Event:
    $contr->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'check_acl', array());
    When I add a simple echo Statement in function check_acl, then it appears on any page, wherever I
    navigate in my wiki

    Is this really intended?
  2. the check_acl function refuses access for any user but the @admin to read the template file
    permission-denied
    although the template file is readable (even writable) for a user of group @author
    wiki-screenshot_23012017_131324_004-red
@dregad
Copy link
Owner

dregad commented May 7, 2023

Related, possibly duplicate of #38 - can you check if the suggested NOCACHE workaround fixes the problem

@dregad
Copy link
Owner

dregad commented Sep 14, 2024

You did not provide any feedback so I assume you're OK with closing this as duplicate of #38. Feel free to reopen if not.

@dregad dregad closed this as not planned Won't fix, can't repro, duplicate, stale Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants