Module: components/ChangePasswordUser
Functions
default
▸ default(root0
): Element
Form for changing password of a user.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
root0 | Object | undefined | Props. |
root0.isIDFieldShowing? | boolean | true | Whether the ID field should be shown. |
root0.onChangeDone? | () => void | undefined | Callback to call when the password is changed. |
root0.submissionId | string | undefined | ID of the submission of the user to change password for. |
root0.userId | string | undefined | ID of the user to change password for. |
root0.userRoleTitle | UserRoleTitle | undefined | Title of the role of the user to change password for. |
Returns
Element