Combination of initial files and some new code for login and user registration.

This commit is contained in:
James Cole
2014-06-29 22:12:33 +02:00
parent a3a30bd5e1
commit 5d430e7dad
72 changed files with 9779 additions and 913 deletions

View File

@@ -0,0 +1,19 @@
<html>
<head>
<style type="text/css">
* {font-size:Arial;}
</style>
</head>
<body>
<p>
Hi!
</p>
<p>
Here's the password you need to login at Firefly: <strong>{{$password}}</strong>
</p>
<p>
Cya!
</p>
</body>
</html>

View File

@@ -0,0 +1,5 @@
Hi!
Here's the password you need to login at Firefly: {{$password}}
Cya!

View File

@@ -0,0 +1,19 @@
<html>
<head>
<style type="text/css">
* {font-size:Arial;}
</style>
</head>
<body>
<p>
Hi!
</p>
<p>
To verify your registration, please <a href="{{route('verify',$verification)}}">verify your e-mail address</a>.
</p>
<p>
Cya!
</p>
</body>
</html>

View File

@@ -0,0 +1,7 @@
Hi!
To verify your registration, please verify your e-mail address:
{{route('verify',$verification)}}
Cya!