updated core from 8.4 to 8.5 : bug with login_destination
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Drupal hash script - to generate a hash from a plaintext password
|
||||
*
|
||||
* @param password1 [password2 [password3 ...]]
|
||||
@@ -64,7 +65,6 @@ $kernel->boot();
|
||||
$password_hasher = $kernel->getContainer()->get('password');
|
||||
|
||||
foreach ($passwords as $password) {
|
||||
print("\npassword: $password \t\thash: ". $password_hasher->hash($password) ."\n");
|
||||
print("\npassword: $password \t\thash: " . $password_hasher->hash($password) . "\n");
|
||||
}
|
||||
print("\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user