This repository was archived by the owner on Jul 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 1111 * [ Introduction & Quick Start] ( auth/introduction.md )
1212 * [ Installation] ( auth/installation.md )
1313 * [ Setup] ( auth/setup.md )
14- * [ Connection] ( auth/setup.md#connection )
15- * [ Provider] ( auth/setup.md#provider )
16- * [ Rules] ( auth/setup.md#rules )
17- * [ Scopes] ( auth/setup.md#scopes )
18- * [ Usernames] ( auth/setup.md#usernames )
19- * [ Passwords] ( auth/setup.md#passwords )
20- * [ Login Fallback] ( auth/setup.md#login-fallback )
21- * [ Synchronizing] ( auth/setup.md#synchronizing )
2214 * [ Events] ( docs/auth/events.md )
2315 * [ Model Binding] ( docs/auth.model-binding.md )
2416 * [ Importing] ( docs/auth/importing.md )
Original file line number Diff line number Diff line change @@ -269,8 +269,6 @@ All other users will be denied authentication, even if their credentials are val
269269> ** Note** : If you're caching your configuration files, make sure you
270270> run ` php artisan config:clear ` to be able to use your new scope.
271271
272-
273-
274272## Usernames
275273
276274Inside your ` config/ldap_auth.php ` file there is a configuration option named ` usernames ` .
@@ -329,7 +327,7 @@ For example, if you'd like to login users by their `samaccountname`:
329327],
330328```
331329
332- ## Logging In
330+ ### Logging In
333331
334332Login a user regularly using ` Auth::attempt($credentials); ` .
335333
You can’t perform that action at this time.
0 commit comments