WebTechKitchen; Your Web Technology Kitchen, contact us to create, or maintain your websites and other digital properties.

Generate a hash salt in drupal 8

Submitted by barnettech on Fri, 03/08/2019 - 13:30


drush php-eval 'echo \Drupal\Component\Utility\Crypt::randomBytesBase64(55) . "\n";'

and put the code within:

$settings['hash_salt'] = ""