From e03192790b30a7940f1e1c2f80034ce3f31bbc0e Mon Sep 17 00:00:00 2001
From: Carsten  Rose <carsten.rose@math.uzh.ch>
Date: Mon, 5 Apr 2021 12:29:13 +0200
Subject: [PATCH] Form.rst: add note to type password

---
 Documentation/Form.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/Form.rst b/Documentation/Form.rst
index c13c1b612..b7674926f 100644
--- a/Documentation/Form.rst
+++ b/Documentation/Form.rst
@@ -1350,6 +1350,8 @@ General input for any text.
 
 * *FormElement.parameter*:
 
+.. _`retype`:
+
   * *retype* = 1 (optional): Current input element will be rendered twice. The form can only submitted if both elements are equal.
 
     * *retypeLabel* = <text> (optional): The label of the second element.
@@ -1676,6 +1678,12 @@ Type: password
 
 * Like a `text` element, but every character is shown as an asterisk.
 
+Often the following form.Parameter arguments are used here:
+
+* retype, retypeLabel, retypeNote - see `retype`_.
+* :ref:`extraButtonPassword<extrabuttonpassword_>`.
+
+
 .. _`input-radio`:
 
 Type: radio
-- 
GitLab