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

Commit 8d6a47f

Browse files
authored
Fixed markdown issue.
1 parent 02b6b2f commit 8d6a47f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/auth/introduction.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,9 @@ the process below for your Laravel version. Otherwise ignore this step.
145145

146146
15. You should now be able to login to your Laravel application using LDAP authentication!
147147

148-
If you check out your database
149-
in your `users` table, you'll see that your LDAP account was synchronized to a local user account.
150-
151-
152-
This means that
153-
you can attach data regularly to this user as you would with standard Laravel authentication.
148+
If you check out your database in your `users` table, you'll see that your LDAP account was synchronized to a local user account.
149+
150+
This means that you can attach data regularly to this user as you would with standard Laravel authentication.
154151

155152
If you're having issues, and you're unable to authenticate LDAP users, please check your configuration settings inside the `ldap.php` and `ldap_auth.php` files as these directly impact your applications ability to authenticate.
156153

0 commit comments

Comments
 (0)