Document `UserPasswordField`
authorMatthias Schmidt <gravatronics@live.com>
Fri, 15 Jan 2021 15:47:10 +0000 (16:47 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Fri, 15 Jan 2021 15:47:10 +0000 (16:47 +0100)
docs/php/api/form_builder/form_fields.md

index f7e9176d716bd3da35e8822580446778c897b129..892bb28bd99cf87530a1ace58ec047dd1f6b418f 100644 (file)
@@ -281,6 +281,12 @@ While the user is presented the names of the specified users in the user interfa
 The relevant `UserProfile` objects can be accessed via the `getUsers()` method.
 
 
+### `UserPasswordField`
+
+`UserPasswordField` is a form field for users' to enter their current password.
+The class implements `IAttributeFormField`, `IAutoCompleteFormField`, `IAutoFocusFormField`, and `IPlaceholderFormField`
+
+
 ### `UserGroupOptionFormField`
 
 `UserGroupOptionFormField` is an [item list form field](#itemlistformfield) to set a list of user group options/permissions.