Fix #1036
Hello,
Fix #1036 (closed)
Merge request reports
Activity
Filter activity
55 55 $adb->pquery($sql, $params); 56 56 $sendEmail = true; 57 57 } 58 59 58 //update existing portal user password 60 if ($update && $isEmailChanged) { 55 55 $adb->pquery($sql, $params); 56 56 $sendEmail = true; 57 57 } 58 59 58 //update existing portal user password 60 if ($update && $isEmailChanged) { $update is only trigered when Portal acces set to true. Généraly, when we do that, we attempt to customers receive mails. (the filter of alway or not alway is set on the worksflow) or you can add a button for resend a mail ;) :
or when we modify mail, the login of the cusomers is modified and will not works, send him a mail it's a good idea ;)
Please register or sign in to reply