You've already forked isop-mirror
emaily na aktivaciu uctu
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@include("parts.header")
|
||||
<p>Vážená/ý {{ $name }},</p>
|
||||
<p>úspešne ste aktivovali váš účet!</p>
|
||||
<br />
|
||||
|
||||
<p>s pozdravom</p>
|
||||
<p>Systém ISOP UKF</p>
|
||||
@include("parts.footer")
|
||||
@@ -3,7 +3,12 @@
|
||||
<p>vaša registrácia do systému ISOP UKF prebehla úspešne!</p>
|
||||
<br />
|
||||
|
||||
<p>Vaše heslo je: <em>{{ $password }}</em></p>
|
||||
<p>Aktivujte účet pomocou nasledujúceho linku:</p>
|
||||
<br />
|
||||
<p>
|
||||
<a
|
||||
href="{{ config('app.frontend_url') }}/account/activation/{{ $activation_token }}">{{ config('app.frontend_url') }}/account/activation/{{ $activation_token }}</a>
|
||||
</p>
|
||||
|
||||
<br />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user