Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
3fa12671
Commit
3fa12671
authored
Dec 04, 2015
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjusting comments
parent
ff35b10a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
auth.php
config/auth.php
+8
-4
No files found.
config/auth.php
View file @
3fa12671
...
...
@@ -55,6 +55,10 @@ return [
| users are actually retrieved out of your database or other storage
| mechanisms used by this application to persist your user's data.
|
| If you have multiple user tables or models you may configure multiple
| sources which represent each model / table. These sources may then
| be assigned to any extra authentication guards you have defined.
|
| Supported: "database", "eloquent"
|
*/
...
...
@@ -65,7 +69,7 @@ return [
'model'
=>
App\User
::
class
,
],
// '
database
' => [
// '
users
' => [
// 'driver' => 'database',
// 'table' => 'users',
// ],
...
...
@@ -80,9 +84,9 @@ return [
| that is your password reset e-mail. You may also set the name of the
| table that maintains all of the reset tokens for your application.
|
|
Of course, you may define multiple password resetters each with a their
|
own storage settings and user providers. However, for most apps this
| s
imple configuration with Eloquent is just perfect out of the box
.
|
You may specify multiple password reset configurations if you have more
|
than one user table or model in the application and you want to have
| s
eperate password reset settings based on the specific user types
.
|
| The expire time is the number of minutes that the reset token should be
| considered valid. This security feature keeps tokens short-lived so
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment