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 47
47
Auth
48
48
----
49
49
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.
52
52
53
53
Cache
54
54
-----
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ CMS Tutorial - Authentication
2
2
#############################
3
3
4
4
Now 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/ >`__
6
6
plugin. We'll start off by ensuring passwords are stored securely in
7
7
our database. Then we are going to provide a working login and logout, and
8
8
enable new users to register.
@@ -14,7 +14,7 @@ Use composer to install the Authentication Plugin:
14
14
15
15
.. code-block :: console
16
16
17
- composer require "cakephp/authentication:^ 3.0"
17
+ composer require "cakephp/authentication:~ 3.0"
18
18
19
19
20
20
Adding Password Hashing
You can’t perform that action at this time.
0 commit comments