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

"Publish" plugin breaks ACL #191

Open
anatoly-mt opened this issue Sep 27, 2024 · 2 comments
Open

"Publish" plugin breaks ACL #191

anatoly-mt opened this issue Sep 27, 2024 · 2 comments

Comments

@anatoly-mt
Copy link

Issue Description

If the Publish plugin is enabled, the hit to an unexistent page produces the error message:

Permission Denied
Sorry, you don't have enough rights to continue.

Interestingly, the "Create this page" button is active yet it produces the same error message when pressed.

As soon as plugin is disabled, the normal newpage invitation gets back:

This topic does not exist yet
You've followed a link to a topic that doesn't exist yet. If permissions allow, you may create it...

DokuWiki version: 2024-02-06b "Kaos"
Plugin version: 2024-09-24

@anatoly-mt
Copy link
Author

I'm using the "bootstrap3" template. Tried switching to default "dokuwiki" template - the problem persists.

@anatoly-mt
Copy link
Author

acl.auth.php:

*	@ALL	1
*	@moderator	16
admin:*	@ALL	0
en:common:*	@ALL	0
en:common:*	@user	1
en:rule:*	@user	8
en:term:*	@user	8
en:tool:*	@user	8
playground:*	@ALL	8
ru:common:*	@ALL	0
ru:common:*	@user	1
ru:rule:*	@user	8
ru:term:*	@user	8
ru:tool:*	@user	8
user:*	@ALL	0
user:*	@user	1
user:%USER%	%USER%	2
user:%USER%:*	%USER%	16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant