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

Commit c1e42e9

Browse files
authored
Update quick-start.md
1 parent 96f3820 commit c1e42e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

quick-start.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ This guide was created with the help of [@st-claude](https://github.com/st-claud
104104
<input type="text" class="form-control" name="username" value="{{ old('username') }}">
105105
```
106106

107-
16. You should now be able to login to your Laravel application using LDAP authentication!
107+
16. You should now be able to login to your Laravel application using LDAP authentication! If you check out your database
108+
in your `users` table, you'll see that your LDAP account was synchronized to a local user account. This means that
109+
you can attach data regularly to this user as you would with standard Laravel authentication.
108110

109111
17. Congratulations, you're awesome.

0 commit comments

Comments
 (0)