/ 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?
March 27, 2002 at 7:04 pm
#6411
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