Created
August 19, 2020 11:41
-
-
Save colorwebdesigner/654078093ceacdfd067d5abaa234c6b1 to your computer and use it in GitHub Desktop.
Bitrix backup password restore
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
/* | |
-------------------------------------- | |
Restore backup password | |
start from PHP console in your Bitrix admin | |
-------------------------------------- | |
*/ | |
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/classes/general/backup.php"); | |
var_dump(CPasswordStorage::Get('dump_temporary_cache')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment