Skip to content

Commit 874fd9c

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Fix wrong heading for not_compromised_password Update guard_authentication.rst
2 parents 6db5724 + fe0725d commit 874fd9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2274,7 +2274,7 @@ error messages.
22742274
.. _reference-validation-not-compromised-password:
22752275

22762276
not_compromised_password
2277-
~~~~~~~~~~~~~~~~~~~~~~~~
2277+
........................
22782278

22792279
The :doc:`NotCompromisedPassword </reference/constraints/NotCompromisedPassword>`
22802280
constraint makes HTTP requests to a public API to check if the given password
@@ -2283,7 +2283,7 @@ has been compromised in a data breach.
22832283
.. _reference-validation-not-compromised-password-enabled:
22842284

22852285
enabled
2286-
.......
2286+
"""""""
22872287

22882288
**type**: ``boolean`` **default**: ``true``
22892289

@@ -2297,7 +2297,7 @@ make HTTP requests, such as in ``dev`` and ``test`` environments or in
22972297
continuous integration servers.
22982298

22992299
endpoint
2300-
........
2300+
""""""""
23012301

23022302
**type**: ``string`` **default**: ``null``
23032303

security/guard_authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ directly to your ``User`` class (the ``make:entity`` command is a good way to do
3838
// ...
3939
4040
+ /**
41-
+ * @ORM\Column(type="string", unique=true)
41+
+ * @ORM\Column(type="string", unique=true, nullable=true)
4242
+ */
4343
+ private $apiToken;
4444

0 commit comments

Comments
 (0)