-
MODX Staff
- 1,535 Posts
In your Content Editor user group, check the Context Access tab and make sure you have an entry for the mgr context. If you don't see one listed, use the 'Add Context' button setting the fields to this:
Context: mgr
Access Policy: Content Editor
Minimum Role: Member (9999)
Save and then try logging in as your editor user again. (You may want to also try the Flush Permissions option under the Security top menu item.)
Garry Nutting
Senior Developer
MODX, LLC
Email:
[email protected]
Twitter: @garryn
Web: modx.com
Thanks for the suggestion. It didn't work, but I tried a couple of different things and I finally was able to log in with my Editor account. I'm not sure exactly how I did it, but I finally was able to do it.
You need to make sure your new user group has a MANAGER context policy - otherwise, they wont be able to login.
I installed MODX Revolution 2.6.2-pl as a new installation.
Then I created a new user which belongs to the User Group "Member (9999)".
This user could not log in into the "/manager" login page (Error: access denied).
Then I added the
"Context: mgr" - "Access Policy: Content Editor" - "Minimum Role: Member (9999)"
from your post and it worked. The new user now can log in.
I think to help new users of modx this entry should be added in the database when installing modx.
Member is the lowest possible authority level. Generally, you don't want people at that level in the Manager. Anyone who has login credentials, (even for the front end), has that authority.
Usually, people who need to access the Manager are put in a separate user group with a higher role (lower authority number) like Content Editor.