Initial Drupal 11 with DDEV setup
This commit is contained in:
8
web/core/modules/phpass/phpass.services.yml
Normal file
8
web/core/modules/phpass/phpass.services.yml
Normal file
@ -0,0 +1,8 @@
|
||||
services:
|
||||
_defaults:
|
||||
autoconfigure: true
|
||||
phpass.password:
|
||||
public: false
|
||||
class: Drupal\phpass\Password\PhpassHashedPassword
|
||||
decorates: password
|
||||
arguments: ['@.inner']
|
||||
Reference in New Issue
Block a user