Name

USER_CHANGE_PASSWORD — Change the password of an existing user account.

Synopsis

USER_CHANGE_PASSWORD ( in name varchar ,
in old_pwd varchar ,
in new_pwd varchar );

Description

This function is used to change the password of an existing user account.

Parameters

name

A string containing the name of the user whose password is to be changed.

old_pwd

A string containing the old password of the user.

new_pwd

A string containing the new password to be used.

Return Types

None