This field updates the password of a login user of the iCM Site User type. The user name function must return the username of the login to update (account users have randomly generated GUID usernames - and don't have passwords!).
The password a user chooses should be entered into a Password (Non-storing) or Password (Storing) field so that site password complexity rules can be checked.
Properties
Label | Description | Type Name |
---|---|---|
Failure Message | Message to be displayed if an error occurs when trying to set the user's password | FAILUREMESSAGE |
Password Function | The JavaScript function that is executed server-side to get the password to be setfunction (helper) { | PASSWORDFUNC |
Success Message | The message to display when the user's password has been set successfully. Leave blank for no message | SUCCESSMESSAGE |
User Name Function | The JavaScript function that is executed server-side to get the login username whose password will be set | USERNAMEFUNC |
Stop Processing on Error | If true, and an error is encountered, further action fields on the form won't be processed. See The Form Lifecycle: Control and Action Processing for more information | STOPPROCESSINGONERROR |
Documentation | Add documentation to your field to help explain any complex functionality to future users. You might include information on what the field does and how it relates to other fields on the form. Notes added here are only ever visible in the Forms Designer, they can be searched for, viewed and downloaded from the action panel. See Common Field Properties for an example | DOCUMENTATION |
Last modified on 11 November 2022