diff --git a/app/controllers/UserController.php b/app/controllers/UserController.php index ac3e5f137a..834c2bb9cb 100644 --- a/app/controllers/UserController.php +++ b/app/controllers/UserController.php @@ -47,8 +47,6 @@ class UserController extends BaseController ]; $result = Auth::attempt($data, $rememberMe); if ($result) { - Session::flash('success', 'Logged in!'); - return Redirect::route('index'); } diff --git a/app/views/user/login.blade.php b/app/views/user/login.blade.php index 07cb41d5db..1c45345465 100644 --- a/app/views/user/login.blade.php +++ b/app/views/user/login.blade.php @@ -1,53 +1,40 @@ @extends('layouts.guest') @section('content') -
+ +
+- -
- @if(Config::get('auth.allow_register') === true) - - @endif - - -+ Registering an account on Firefly requires an e-mail address. + All instructions will be sent to you. +
+ {{Form::open()}} ++ +
+ {{Form::close()}} -+ +
+ {{Form::close()}} + +