Show / Hide Table of Contents

Change__Password

Object and Type

Object  : FCSession

Type     : Method

Prototype

Public Sub ChangePassword(ByVal password As String)

Description

This method changes the password for the session user, which may either be a contact or a user. You may not use this method to change the password for the "sa" user.

Parameters

Parameter Name Required? Description
password Yes The new password

Error Codes

Value Meaning
11005 Not logged in to an active session
11017 System administrators cannot change their password using this method.

Examples

The following example changes the current user's password.

JavaScript:

FCSession.ChangePassword("new_password");
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.