Protect Plugin: MODx
The plugin has been tested with Modx Versions 1.0.6
There's no restriction.
Note
To avoid possible issues with single login between amember and Modx, edit file
/var/www/html/amember/application/configs/config.php
and add this line to the top of the file after <?php line:
define('AM_SESSION_NAME', 'AMSESSID')
where AMSESSID is the value of $site_sessionname from modx's config.inc.php;