File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tutorials-and-examples/cms Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747Auth
4848----
4949
50- - `Auth ` has been removed. Use the `cakephp/authentication <https://book.cakephp.org/authentication/2 /en/index.html >`__ and
51- `cakephp/authorization <https://book.cakephp.org/authorization/2 /en/index.html >`__ plugins instead.
50+ - `Auth ` has been removed. Use the `cakephp/authentication <https://book.cakephp.org/authentication/3 /en/index.html >`__ and
51+ `cakephp/authorization <https://book.cakephp.org/authorization/3 /en/index.html >`__ plugins instead.
5252
5353Cache
5454-----
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ CMS Tutorial - Authentication
22#############################
33
44Now that our CMS has users, we can enable them to login using the
5- `cakephp/authentication <https://book.cakephp.org/authentication/2 >`__
5+ `cakephp/authentication <https://book.cakephp.org/authentication/ >`__
66plugin. We'll start off by ensuring passwords are stored securely in
77our database. Then we are going to provide a working login and logout, and
88enable new users to register.
@@ -14,7 +14,7 @@ Use composer to install the Authentication Plugin:
1414
1515.. code-block :: console
1616
17- composer require "cakephp/authentication:^ 3.0"
17+ composer require "cakephp/authentication:~ 3.0"
1818
1919
2020 Adding Password Hashing
You can’t perform that action at this time.
0 commit comments