function system_post_update_enable_password_compatibility

Enable the password compatibility module.

File

core/modules/system/system.post_update.php, line 103

Code

function system_post_update_enable_password_compatibility() {
    \Drupal::service('module_installer')->install([
        'phpass',
    ]);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.