View Issue Details

IDProjectCategoryView StatusLast Update
0013143mantisbtplug-inspublic2016-01-24 03:02
Reporterray81 Assigned To 
PriorityhighSeverityfeatureReproducibilityalways
Status newResolutionopen 
Product Version1.2.5 
Summary0013143: add event email signup
Description

Add an event to email signup so this function can be overwritten.

Additional Information

solution:
add EVENT_NOTIFY_EMAIL_SIGNUP as EVENT_TYPE_DEFAULT

add '
$t_override = event_signal( 'EVENT_NOTIFY_EMAIL_SIGNUP', array( $p_user_id, $p_password, $p_confirm_hash, $p_admin_name ) );
foreach($t_override as $t_plugin) {
foreach($t_plugin as $t_return_value) {
if($t_return_value === false) {
return;
}
}
}
'
file: core/email_api.php
function: email_signup
After: the check for send_reset_password and enable_email_notification

TagsNo tags attached.

Relationships

related to 0008779 closedvboctor Need User life-cycle Events for plug-ins 

Activities

There are no notes attached to this issue.