mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-08 15:05:29 +00:00
New code, building a migration routine.
This commit is contained in:
19
app/views/emails/user/remindme-html.blade.php
Normal file
19
app/views/emails/user/remindme-html.blade.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
* {font-size:Arial;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Hi!
|
||||
</p>
|
||||
<p>
|
||||
To get a new password, please <a href="{{route('reset',$reset)}}">verify your e-mail address</a>.
|
||||
</p>
|
||||
<p>
|
||||
Cya!
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
5
app/views/emails/user/remindme-text.php
Normal file
5
app/views/emails/user/remindme-text.php
Normal file
@@ -0,0 +1,5 @@
|
||||
Hi!
|
||||
|
||||
To get a new password, please verify your e-mail address: {{route('reset',$reset)}}
|
||||
|
||||
Cya!
|
||||
Reference in New Issue
Block a user