Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save flayder/0a924f96cb579bed6e98eb394cdc33ee to your computer and use it in GitHub Desktop.
Save flayder/0a924f96cb579bed6e98eb394cdc33ee to your computer and use it in GitHub Desktop.
<?
require($_SERVER['DOCUMENT_ROOT']."/bitrix/header.php");
echo $USER->Update(1,array("PASSWORD"=>'Bitrix*123456'));
echo $USER->LAST_ERROR;
require($_SERVER['DOCUMENT_ROOT']."/bitrix/footer.php");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment