Skip to content

Commit

Permalink
Merge pull request cakephp#2316 from spaceman4walk/patch-2
Browse files Browse the repository at this point in the history
Upadate auth.rst
  • Loading branch information
markstory committed Jan 22, 2015
2 parents 9315ec5 + fae30b0 commit ba2b05c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions en/tutorials-and-examples/blog-auth-example/auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,11 @@ config::
'action' => 'display',
'home'
),
'authenticate' => array(
'Form' => array(
'passwordHasher' => 'Blowfish'
)
),
'authorize' => array('Controller') // Added this line
)
);
Expand Down

0 comments on commit ba2b05c

Please sign in to comment.