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

Commit 8fd98f0

Browse files
committed
Small doc tweaks.
1 parent a1346a0 commit 8fd98f0

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

src/Config/auth.php

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
|
1212
| You must specify connections in your `config/ldap.php` configuration file.
1313
|
14-
| This must be a string.
15-
|
1614
*/
1715

1816
'connection' => env('LDAP_CONNECTION', 'default'),
@@ -231,8 +229,7 @@
231229
| random 16 character hashed password upon first login, and will
232230
| lose access to this account upon loss of LDAP connectivity.
233231
|
234-
| This option must be true or false and is only applicable
235-
| to the DatabaseUserProvider.
232+
| This option is only applicable to the DatabaseUserProvider.
236233
|
237234
*/
238235

@@ -266,8 +263,7 @@
266263
|
267264
| Set this to true if you would like to enable it.
268265
|
269-
| This option must be true or false and is only
270-
| applicable to the DatabaseUserProvider.
266+
| This option is only applicable to the DatabaseUserProvider.
271267
|
272268
*/
273269

@@ -287,8 +283,7 @@
287283
|
288284
| You **must** include the users login attribute here.
289285
|
290-
| This option must be an array and is only applicable
291-
| to the DatabaseUserProvider.
286+
| This option is only applicable to the DatabaseUserProvider.
292287
|
293288
*/
294289

0 commit comments

Comments
 (0)