NEW_USER_EMAIL_TEXT2 - Intergraph Smart Materials - Version 10.1 - Customization & Programming - Hexagon

Intergraph Smart Materials Customization (10.1)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Customization & Programming
Smart Materials/Smart Reference Data Version
10.1

Description:

CIP for the e-mail text for a new Portal user password

Type:

Function

Usage:

Portal, Companies, P.20.02

Event:

Create new user

Default:

'Your Portal password has been set to: ' || v_cr || v_cr ||

SUBSTR(p_password, 1, 1) || '***' || SUBSTR(p_password, LENGTHB(p_password))

(the variable p_password is replaced with the appropriate value)

If parameter p_force_pwd_change_ind is set to Y, this line is added:

'After login you must change this password.'