oms-Admin/Theme/Cli/encryption-change.tpl.php
Dennis Eichhorn e53ed6c108
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:04 +00:00

6 lines
312 B
PHP

<?php declare(strict_types=1);
echo 'Use "/admin/encryption/change -old {old_hash} -new {new_hash}" to change the encryption'
, "\n\n"
, 'This is very slow and can take a long time because all the content that is encrypted with the old key will be decrypted and then again encrypted with the new key.';