Skip to content

Commit 330b276

Browse files
committed
docs: improve description
1 parent 66ea529 commit 330b276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/libraries/validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ replaced by the **value** of the matched incoming field. An example should clari
525525
:lines: 2-
526526

527527
.. note:: Since v4.3.5, you must set the validation rules for the placeholder
528-
field (``id``).
528+
field (the ``id`` field in the sample code above) for security.
529529

530530
In this set of rules, it states that the email address should be unique in the database, except for the row
531531
that has an id matching the placeholder's value. Assuming that the form POST data had the following:

0 commit comments

Comments
 (0)