1

using the Provisioning API, does setting changePasswordAtNextLogin to true also reset the current sign-in cookies?

If not, is there a way to reset these cookies via API (close all active sessions)?

Or is this a functionality only available in the control panel?

Thanks

miturbe
  • 715
  • 4
  • 17

1 Answers1

1

Setting changePasswordAtNextLogin does not reset the users session cookies.

There is no API equivalent to the CPanel reset cookies setting.

Jay Lee
  • 13,415
  • 3
  • 28
  • 59
  • well, thats a bummer. I did find this in the issue tracker as a requested functionality: http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=2849 – miturbe Dec 11 '12 at 02:10