Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

Where are the permissions for Experts/Editors defined?

+1 vote
(Sorry I'm kind of spamming Q2A tonight with all my questions, heh.)

I'm confused on how some of the permissions work. Under Admin > Permissions I have "Editing any question" and "Editing any answer" set to "Registered & email confirmed & enough points", with 10000 set as the points.

However, any user that is set to "Expert" also gains editing powers (for questions and answers), even without the required points. So where are the Experts permissions defined?
Q2A version: 1.4
asked Dec 30, 2011 in Q2A Core by DisgruntledGoat

1 Answer

0 votes

This is by design - for any permission criterion which regular users can reach by doing the right things (e.g. confirming email or gaining points), experts and other special users get the permission automatically. I think this makes sense because special users are assigned manually by the admin, so presumably they are at least as trustworthy as regular users who have done any particular thing. But perhaps this doesn't make sense in your case - it should not be difficult to fix with a plugin that overrides the qa_permit_error(...) function in Q2A 1.5.

answered Jan 1 by gidgreen
After I posted my question, I guessed this might be the case. You're right it does make more sense to do it like that, I just got confused where the permissions came from.