Separatly handle areafix/filefix
This commit is contained in:
@@ -44,10 +44,10 @@ class InvalidPassword extends Netmails
|
||||
|
||||
$o->to = $this->mo->from;
|
||||
$o->replyid = $this->mo->msgid;
|
||||
$o->subject = 'Areafix - Invalid Password';
|
||||
$o->subject = '*fix - Invalid Password';
|
||||
|
||||
// Message
|
||||
$msg = $this->page(FALSE,'Areafix');
|
||||
$msg = $this->page(FALSE,$this->mo->to);
|
||||
|
||||
$msg->addText("Your areafix request has been received, but unfortunately your password was incorrect.\r\r");
|
||||
$msg->addText(sprintf("If you are not aware of your password, head over to %s. Feel free to netmail if you need help.\r\r",config('app.url')));
|
||||
|
Reference in New Issue
Block a user