We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported by rosali on 17 Apr 2015 14:33 UTC as Trac ticket #1490358
I would need the insert id of a newly created identity. Can we have this hook?
./program/steps/settings/save_identity.inc ::: line 161 ff.
if ($insert_id) { $RCMAIL->plugins->exec_hook('identity_created', array('id' => $insert_id)); $OUTPUT->show_message('successfullysaved', 'confirmation', null, false);
Migrated-From: http://trac.roundcube.net/ticket/1490358
The text was updated successfully, but these errors were encountered:
Milestone changed by rosali on 17 Apr 2015 14:33 UTC
later => 1.1.2
Sorry, something went wrong.
Comment by @thomascube on 22 May 2015 07:23 UTC
Naming the hook identity_create_after to comply with our naming scheme. Added in commit 5e97294
identity_create_after
Status changed by @thomascube on 22 May 2015 07:23 UTC
new => closed
No branches or pull requests
Reported by rosali on 17 Apr 2015 14:33 UTC as Trac ticket #1490358
I would need the insert id of a newly created identity. Can we have this hook?
./program/steps/settings/save_identity.inc ::: line 161 ff.
Migrated-From: http://trac.roundcube.net/ticket/1490358
The text was updated successfully, but these errors were encountered: