User Registration and Password Template Tags

User registration and password tags can only be used for external user registration confirmations and password change messages. In addition, SBM includes Base template tags that can be used in all these e-mail templates.

$LOGINID

  • Description

    Returns the user's SBM login ID.

  • Usage

    Use the $USERDISPLAYNAME() to return the user's name.

  • Parameters

    None.

$NEWPASSWORD()

  • Description

    Returns a system-generated password.

  • Usage

    When a user receives a new password via an e-mail using this tag, the user's SBM account is updated to reflect the new password.

  • Parameters

    None.

$USERDISPLAYNAME()

  • Description

    Returns the user's name.

  • Usage

    Use the $LOGINID() tag to return the user's login ID.

  • Parameters

    None.