MODX Cloud

The Most Productive MODX Learning Playground Ever

Claim Free Lab Account

Label: security

All content with label security.
Related Labels: hardening, user

Page: ACLs (MODx Revolution 2.x)
What is an ACL (Access Control List)? An ACL, or Access Control List, is a set of Permissions attached to an object. More information on ACLs can be found here in Wikipedia http://en.wikipedia.org/wiki/Accesscontrollist. Usage In MODx, ACLs ...
Page: Hardening MODX Revolution (MODx Revolution 2.x)
Overview Hardening any web application, including MODx Revolution, involves auditing all layers of your site, including your server, all of its services, and the application itself. Make no mistake: it's a war out there. If you're not afraid, then you aren't ...
Other labels: hardening
Page: Resource Groups (MODx Revolution 2.x)
What is a Resource Group? A Resource Group is a collection of Resources, e.g. "Members Only" pages. Usage You can add or delete members of a Resource Group in two different ways: Option 1 Go to Security > Resource Groups. From there you ...
Page: Roles (MODx Revolution 2.x)
What is a Role? A role is a position or status held within a certain situation. In MODx, it can be used to group Users into a position or status within a User Group, e.g. "Editor" or "Frontend Read Only". Roles in MODx use an integer value ...
Page: Security (MODx Revolution 2.x)
Security in MODx Revolution Security in MODx Revolution is primarily driven by an AttributeBased Access Control (ABAC) paradigm. Each user in MODx has a User Users object, which can be assigned to any number of User Groups. Each User ...
Page: User Groups (MODx Revolution 2.x)
What is a User Group? A User Group is simply a collection of Users. Usage Go to Security \> Access Controls. From there you will see a tree of User Groups and their respective Users. You can assign a User to a User Group by rightclicking on the User Group ...
Page: Users (MODx Revolution 2.x)
What is a User? A User is simply a representation of a login in MODx Revolution. Users can also be assigned to User Groups, which can have ACLs attached to them to provide Access Controls. User Settings User Settings in MODx Revolution will automatically ...
Other labels: user