PlgUserJoomla::onUserAfterSave
Utility method to act on a user after it has been saved.
This method sends a registration email to new users created in the backend.
Signature
public function onUserAfterSave(array
$user,
boolean
$isnew,
boolean
$success,
string
$msg )
Parameters
-
$user
- Holds the new user data.
-
$isnew
- True if a new user is stored.
-
$success
- True if user was succesfully stored in the database.
-
$msg
- Message.
Returns
- void
Tasks
Line | Task |
---|---|
86 | Suck in the frontend registration emails here as well. Job for a rainy day. |