Ignore:
Timestamp:
12/26/21 18:31:54 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
master
Parents:
62d01a6
Message:

added db and storage backup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/Notifications/ForgotPassword.php

    r62d01a6 rc5e383e  
    4545        return (new MailMessage)
    4646                    ->greeting("Hello " . $this->user->name)
    47                     ->line("To create or change your password click on the button")
     47                    ->line("To change your password click on the button")
    4848                    ->line("Your security code is: " . $this->user->security_code )
    49                     ->action("Create Password", url("/auth/create-password/" . $this->user->id . "/" . $this->user->verify_token));
     49                    ->action("Change Password", url("/auth/new-password/" . $this->user->id . "/" . $this->user->verify_token));
    5050    }
    5151
Note: See TracChangeset for help on using the changeset viewer.