/ Forums / Advansys Formativ / Creating Solutions with Formativ / Is it possible clear/reset a GW password in Formativ? / Reply To: Is it possible clear/reset a GW password in Formativ?

#6411
Support 1a
Participant

    Assuming you are referring to a GroupWise password, this would normally be done via the GroupWise Admin API (using the ClearPassword and SetPassword methods of the User object). You can obtain an instance of the API by calling:

    GroupWise.AdminObject

    in your applet. You can then use all of the standard Admin API calls directly.

    I hope this helps. Please let me know if this is not what you require.

    Advansys Support