Skip to content

Instantly share code, notes, and snippets.

@colorwebdesigner
Created August 19, 2020 11:41
Show Gist options
  • Save colorwebdesigner/654078093ceacdfd067d5abaa234c6b1 to your computer and use it in GitHub Desktop.
Save colorwebdesigner/654078093ceacdfd067d5abaa234c6b1 to your computer and use it in GitHub Desktop.
Bitrix backup password restore
/*
--------------------------------------
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