Skip to content

Commit fb6d540

Browse files
committed
Update authentication plugin install instructions
Refs cakephp/authentication#692
1 parent 3d6bfed commit fb6d540

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

en/appendices/5-0-migration-guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Global
4747
Auth
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

5353
Cache
5454
-----

en/tutorials-and-examples/cms/authentication.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CMS Tutorial - Authentication
22
#############################
33

44
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/>`__
66
plugin. We'll start off by ensuring passwords are stored securely in
77
our database. Then we are going to provide a working login and logout, and
88
enable 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

0 commit comments

Comments
 (0)