We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ea529 commit 330b276Copy full SHA for 330b276
1 file changed
user_guide_src/source/libraries/validation.rst
@@ -525,7 +525,7 @@ replaced by the **value** of the matched incoming field. An example should clari
525
:lines: 2-
526
527
.. note:: Since v4.3.5, you must set the validation rules for the placeholder
528
- field (``id``).
+ field (the ``id`` field in the sample code above) for security.
529
530
In this set of rules, it states that the email address should be unique in the database, except for the row
531
that has an id matching the placeholder's value. Assuming that the form POST data had the following:
0 commit comments