function deploy_update_7004 in Deploy - Content Staging 7.3
Encrypt existing endpoints username & password.
File
- ./
deploy.install, line 408 - Deploy module installation functions.
Code
function deploy_update_7004() {
if (_deploy_encrypt_endpoints()) {
return t("All Endpoints username & password encrypted successfully.");
}
return t("Updated skipped: This update only applies when using the Encrypt module.");
}