Skip to content

Commit eb1ee92

Browse files
committed
[#5367] Making the titles more searchable
1 parent ce0dc17 commit eb1ee92

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cookbook/map.rst.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
* :doc:`/cookbook/routing/redirect_trailing_slash`
150150
* :doc:`/cookbook/routing/extra_information`
151151

152-
* :doc:`Authentication </cookbook/security/index>`
152+
* :doc:`Security Authentication (Identifying/Logging in the User) </cookbook/security/index>`
153153

154154
* :doc:`/cookbook/security/form_login_setup`
155155
* :doc:`/cookbook/security/entity_provider`
@@ -163,7 +163,7 @@
163163
* :doc:`/cookbook/security/csrf_in_login_form`
164164
* :doc:`/cookbook/security/multiple_user_providers`
165165

166-
* :doc:`Authorization </cookbook/security/index>`
166+
* :doc:`Security Authorization (Denying Access) </cookbook/security/index>`
167167

168168
* :doc:`/cookbook/security/voters`
169169
* :doc:`/cookbook/security/voters_data_permission`

cookbook/security/index.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Security
22
========
33

4-
Authentication
5-
--------------
4+
Authentication (Identifying/Logging in the User)
5+
------------------------------------------------
66

77
.. toctree::
88
:maxdepth: 2
@@ -19,8 +19,8 @@ Authentication
1919
csrf_in_login_form
2020
multiple_user_providers
2121

22-
Authorization
23-
-------------
22+
Authorization (Denying Access)
23+
------------------------------
2424

2525
.. toctree::
2626
:maxdepth: 2

0 commit comments

Comments
 (0)