Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 6f1d022

Browse files
committed
Fixed extra navbar links and spacing
1 parent b07bf24 commit 6f1d022

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

docs/_sidebar.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
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)

docs/auth/setup.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

276274
Inside 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

334332
Login a user regularly using `Auth::attempt($credentials);`.
335333

0 commit comments

Comments
 (0)