@@ -128,9 +128,9 @@ A) Configuring how your Users will Authenticate
128
128
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
129
129
130
130
The main job of a firewall is to configure *how * your users will authenticate.
131
- Will they use a login form? Http Basic ? An API token? All of the above?
131
+ Will they use a login form? HTTP basic authentication ? An API token? All of the above?
132
132
133
- Let's start with Http Basic (the old-school pop-up ) and work up from there.
133
+ Let's start with HTTP basic authentication (the old-school prompt ) and work up from there.
134
134
To activate this, add the ``http_basic `` key under your firewall:
135
135
136
136
.. configuration-block ::
@@ -265,7 +265,7 @@ user to be logged in to access this URL:
265
265
You'll learn more about this ``ROLE_ADMIN `` thing and denying access
266
266
later in the :ref: `security-authorization ` section.
267
267
268
- Great! Now, if you go to ``/admin ``, you'll see the HTTP Basic popup :
268
+ Great! Now, if you go to ``/admin ``, you'll see the HTTP basic auth prompt :
269
269
270
270
.. image :: /images/book/security_http_basic_popup.png
271
271
:align: center
@@ -376,7 +376,7 @@ probably only need one. If you *do* have multiple, you can configure which
376
376
Try to login using username ``admin `` and password ``kitten ``. You should
377
377
see an error!
378
378
379
- No encoder has been configured for account "Symfony\C omponent\S ecurity\C ore\U ser\U ser"
379
+ No encoder has been configured for account "Symfony\\ Component\\ Security\\ Core\\ User\ \ User"
380
380
381
381
To fix this, add an ``encoders `` key:
382
382
@@ -598,8 +598,8 @@ before inserting them into the database? Don't worry, see
598
598
D) Configuration Done!
599
599
~~~~~~~~~~~~~~~~~~~~~~
600
600
601
- Congratulations! You now have a working authentication system that uses Http
602
- Basic and loads users right from the ``security.yml `` file.
601
+ Congratulations! You now have a working authentication system that uses HTTP
602
+ basic auth and loads users right from the ``security.yml `` file.
603
603
604
604
Your next steps depend on your setup:
605
605
0 commit comments