Skip to content

Commit ba2b05c

Browse files
committed
Merge pull request cakephp#2316 from spaceman4walk/patch-2
Upadate auth.rst
2 parents 9315ec5 + fae30b0 commit ba2b05c

File tree

1 file changed

+5
-0
lines changed
  • en/tutorials-and-examples/blog-auth-example

1 file changed

+5
-0
lines changed

en/tutorials-and-examples/blog-auth-example/auth.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,11 @@ config::
357357
'action' => 'display',
358358
'home'
359359
),
360+
'authenticate' => array(
361+
'Form' => array(
362+
'passwordHasher' => 'Blowfish'
363+
)
364+
),
360365
'authorize' => array('Controller') // Added this line
361366
)
362367
);

0 commit comments

Comments
 (0)