Skip to content

Commit e0e62ae

Browse files
committed
Fixes
1 parent de80a50 commit e0e62ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Auth/BaseAuthenticate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ abstract class BaseAuthenticate implements EventListenerInterface {
5454
],
5555
'userModel' => 'Users',
5656
'finder' => 'all',
57-
'passwordHasher' => 'Default',
57+
'passwordHasher' => 'TinyAuth.Default',
5858
];
5959

6060
/**

src/Controller/Component/LegacyAuthComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ protected function _unauthorized(Controller $controller): ?Response {
437437
*/
438438
protected function _setDefaults(): void {
439439
$defaults = [
440-
'authenticate' => ['Form'],
440+
'authenticate' => ['TinyAuth.Form'],
441441
'flash' => [
442442
'element' => 'error',
443443
'key' => 'flash',

0 commit comments

Comments
 (0)