Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 7, 2015
1 parent da231ae commit 60a23e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ When a user is successfully authenticated, they will be redirected to the `/home
When a user is not successfully authenticated, they will be redirected to the `/auth/login` URI. You can customize the failed post-authentication redirect location by defining a `loginPath` property on the `AuthController`:

protected $loginPath = '/login';
> **Note:** This variable will not change where a user is bounced if they try to access a protected page. That is controlled by the middleware `App\Http\Middleware\Authenticate` in its `handle` method.

The `loginPath` will not change where a user is bounced if they try to access a protected route. That is controlled by the `App\Http\Middleware\Authenticate` middleware's `handle` method.

#### Customizations

Expand Down

0 comments on commit 60a23e7

Please sign in to comment.