Last active
July 1, 2019 15:02
-
-
Save sidor1989/98feaf78891fbd335e478b58ca818e13 to your computer and use it in GitHub Desktop.
bitrix reset password
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
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