.. highlightlang:: us .. _aop_setpassword: aop_setpassword =============== .. index:: aop_setpassword .. us.tag aop_setpassword NOTREADYENGLISH New500 asam3.security :ref:`aop_setpassword` sets a new password. .. function:: ok = aop_setpassword(envId, userId, oldpwd, newpwd, cl) .. us.return **Return Value** *ok*. .. us.params **Parameters** .. uparam:: envId *envId* is the environment Id, returned by :ref:`aop_openenv`. .. uparam:: userId *userId* is the user Id. .. uparam:: oldpwd *oldpwd* is the old password. .. uparam:: newpwd *newpwd* is the new password. .. uparam:: cl *cl* is the client pointer, returned by :ref:`rpc_clnt_create`. .. us.example **Example** :: ]] [[ .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.0.0 - New .. seealso:: :ref:`overview-asam-ods` :sub:`id-845326`