-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADDED function to fix passwords and send mail to affected participants
- Loading branch information
1 parent
0d3e3e3
commit 2f150b1
Showing
6 changed files
with
56 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<h2>Kære <?=$this->name?>,</h2> | ||
|
||
<p> | ||
Da vi oprettede dig som deltager på Fastaval, kom vi desværre til at lave et kodeord, der ikke passer med vores app.<br> | ||
Derfor har vi automatisk rettet din kode så du også kan bruge appen.<br> | ||
Din nye kode er <strong><?=$this->info['password']?></strong> | ||
</p> | ||
|
||
<p> | ||
Venlig hilsen Fastaval IT | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<h2>Dear <?=$this->name?>,</h2> | ||
|
||
<p> | ||
When we registered you in our system as a participant at Fastaval, we regretfully generated a password that doesn't work with our app.<br> | ||
Therefore we've automatically generated a new passcode, so you'll be able to log in with the app.<br> | ||
Your new passcode is <strong><?=$this->info['password']?></strong> | ||
</p> | ||
|
||
<p> | ||
Kind regards, Fastaval IT | ||
</p> |