Remove ProcessMaker in the Forgot Password
This commit is contained in:
@@ -37,8 +37,8 @@ if ($userExists === true && $userData['USR_EMAIL'] != '' && $userData['USR_EMAIL
|
||||
}
|
||||
$from = G::buildFrom($setup, $from);
|
||||
|
||||
$subject = G::LoadTranslation('ID_RESET_PASSWORD') . ' - ProcessMaker';
|
||||
$msg = '<h3>ProcessMaker Forgot password Service</h3>';
|
||||
$subject = G::LoadTranslation('ID_RESET_PASSWORD') . ' - Lurana';
|
||||
$msg = '<h3>Lurana Forgot password Service</h3>';
|
||||
$msg .= '<p>' . G::LoadTranslation('ID_YOUR_USERMANE_IS') . ' : <strong>' . $userData['USR_USERNAME'] . '</strong></p>';
|
||||
$msg .= '<p>' . G::LoadTranslation('ID_YOUR_PASSWORD_IS') . ' : <strong>' . $newPass . '</strong></p>';
|
||||
switch ($setup['MESS_ENGINE']) {
|
||||
@@ -58,8 +58,8 @@ if ($userExists === true && $userData['USR_EMAIL'] != '' && $userData['USR_EMAIL
|
||||
<tbody><tr><td><img id='logo' src='http://" . $_SERVER['SERVER_NAME'] . "/images/lurana.logo.png' /></td></tr>
|
||||
<tr><td style='font-size: 14px;'>$msg</td></tr>
|
||||
<tr><td style='vertical-align:middel;'>
|
||||
<br /><hr><b>This Business Process is powered by ProcessMaker ver. " . System::getVersion() . ".<b><br />
|
||||
<a href='http://www.processmaker.com' style='color:#c40000;'>www.processmaker.com</a><br /></td>
|
||||
<br /><hr><b>This Business Process is powered by Lurana<b><br />
|
||||
<a href='https://www.luranasoft.com' style='color:#c40000;'>www.luranasoft.com</a><br /></td>
|
||||
</tr></tbody></table>";
|
||||
|
||||
$spool = new SpoolRun();
|
||||
|
||||
Reference in New Issue
Block a user