[RESOLVED] Users cannot post, You do not have enough privs
Solved
Technical Support
-
@baris said:
zrange group:cid:<cid>:privileges:groups:topics:reply:members 0 -1
I have verified that the
registered-users
group is in fact added to every category, which matches what I see in the ACP:root@forum:~# redis-cli 127.0.0.1:6379> zrange group:cid:1:privileges:groups:topics:reply:members 0 -1 1) "administrators" 2) "registered-users" 127.0.0.1:6379> zrange group:cid:2:privileges:groups:topics:reply:members 0 -1 1) "administrators" 2) "registered-users" 127.0.0.1:6379> zrange group:cid:3:privileges:groups:topics:reply:members 0 -1 1) "administrators" 2) "registered-users" 127.0.0.1:6379> zrange group:cid:4:privileges:groups:topics:reply:members 0 -1 1) "administrators" 2) "registered-users" 127.0.0.1:6379> zrange group:cid:5:privileges:groups:topics:reply:members 0 -1 1) "administrators" 2) "registered-users"
-
Yes, it is set as well:
root@forum:~# redis-cli 127.0.0.1:6379> zrange group:cid:1:privileges:groups:topics:create:members 0 -1 1) "administrators" 2) "registered-users" 127.0.0.1:6379> zrange group:cid:2:privileges:groups:topics:create:members 0 -1 1) "administrators" 2) "registered-users" 127.0.0.1:6379> zrange group:cid:3:privileges:groups:topics:create:members 0 -1 1) "administrators" 2) "registered-users" 127.0.0.1:6379> zrange group:cid:4:privileges:groups:topics:create:members 0 -1 1) "administrators" 2) "registered-users" 127.0.0.1:6379> zrange group:cid:5:privileges:groups:topics:create:members 0 -1 1) "administrators" 2) "registered-users"
-
I am logged in as a test user, which is a
registered-users
user and validated via email. I can see the "New Topic" button as well as the reply. I get the error when I try to post a reply and I also see it, now that I explored a bit more; when I go back (cmd left arrow on mac) to the previous page/category parent from an individual post. -
It is publicly accessible, but not public, so I will send you a message with a link to it...
nodebb@forum:~/nodebb$ git branch v0.8.x * v0.9.x nodebb@forum:~/nodebb$ git status On branch v0.9.x Your branch is up-to-date with 'origin/v0.9.x'. nothing to commit, working directory clean
-
MFA plugin I can see possibly doing that, but db search?
Care to explain what happened?
Copyright © 2024 NodeBB | Contributors