Skip to content

Instantly share code, notes, and snippets.

@ig0r74
Created October 23, 2019 13:59
Show Gist options
  • Save ig0r74/93dca475fa3512ddea772bec49a8db1d to your computer and use it in GitHub Desktop.
Save ig0r74/93dca475fa3512ddea772bec49a8db1d to your computer and use it in GitHub Desktop.
MODX Revolution авторизоваться под произвольным пользователем
<?php
$user = $modx->getObject('modUser', 7371);
echo $user->get('username');
$user->addSessionContext('web');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment