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
a9c14b3d
Commit
a9c14b3d
authored
Jul 11, 2011
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweaking Auth config comments.
parent
0d2cfd24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
auth.php
application/config/auth.php
+8
-6
No files found.
application/config/auth.php
View file @
a9c14b3d
...
@@ -7,8 +7,8 @@ return array(
...
@@ -7,8 +7,8 @@ return array(
| Retrieve Users By ID
| Retrieve Users By ID
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
|
|
| This method is called by the Auth::user() method when attempting to
load
| This method is called by the Auth::user() method when attempting to
|
a user by their user ID.
|
retrieve a user by their user ID.
|
|
| You are free to change this method for your application however you wish.
| You are free to change this method for your application however you wish.
|
|
...
@@ -24,11 +24,13 @@ return array(
...
@@ -24,11 +24,13 @@ return array(
| Retrieve Users By Username
| Retrieve Users By Username
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
|
|
| This method is called by the Auth::check() method when attempting to
load
| This method is called by the Auth::check() method when attempting to
| a user by their username.
|
retrieve
a user by their username.
|
|
| You are free to change this method for your application however you wish,
| You are free to change this method for your application however you wish.
| as long as you return an object that has "id" and "password" properties.
|
| Note: This method must return an object that has an "id" and a "password"
| property. The type of object returned doesn't matter.
|
|
*/
*/
...
...
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