Field:password change@OutboundEmailAccounts

From MintHCM Wiki

Outbound Email Accounts - Password

Name password_change
Module Outbound Email Accounts
Type function
Label Password
VName LBL_PASSWORD
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/OutboundEmailAccounts/vardefs.php

'password_change' => array( 'required' => false, 'name' => 'password_change', 'vname' => 'LBL_PASSWORD', 'type' => 'function', 'source' => 'non-db', 'massupdate' => 0, 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => false, 'inline_edit' => true, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => '255', 'size' => '20', 'function' => array( 'name' => 'OutboundEmailAccounts::getPasswordChange', 'returns' => 'html', 'include' => 'modules/OutboundEmailAccounts/OutboundEmailAccounts.php' ), ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles