Jump to main content Jump to doc navigation

Event: OnUserFormSave

Fires after a User is created or updated via the manager form.

  • Service: 1 - Parser Service Events
  • Group: modUser

Event Parameters

Name Description
user A reference to the modUser object.
id The ID of the user.
mode Either 'new' (modSystemEvent::MODE_NEW) or 'upd' (modSystemEvent::MODE_UPD) depending on whether is a new object or an existing one.

See Also