Answer the question
In order to leave comments, you need to log in
How to change the 1C-Bitrix password recovery form?
After gaining access to the administration panel, the password was changed externally. As it turned out, the password change form is tied to the account of the former administrator...
Answer the question
In order to leave comments, you need to log in
Save the following script to a file with any name and extension php (for example, password_recovery.php
):
<?
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");
?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question