Commit af3431e
committed
Fix PasswordRehash default config to use authenticators instead of deprecated identifiers
Fixes #1170
The default configuration was using the deprecated 'identifiers' key which causes
a warning because the Password identifier is nested inside the Form authenticator,
not directly in the authentication service.
Changed from:
'PasswordRehash' => ['identifiers' => ['Password']]
To:
'PasswordRehash' => ['authenticators' => ['Form' => 'Password']]1 parent 3c89c1e commit af3431e
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
288 | 290 | | |
289 | 291 | | |
290 | 292 | | |
| |||
0 commit comments