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

Commit 36f0987

Browse files
committed
Added login fallback enablement usage
1 parent 20cff3d commit 36f0987

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,3 +294,9 @@ active directory authentication fails. This option would be handy in environment
294294

295295
- You may have some active directory users and other users registering through the website itself (user does not exist in your AD).
296296
- Local development where your AD server may be unavailable
297+
298+
To enable it, simply set the option to true in your `adldap_auth.php` configuration file:
299+
300+
```php
301+
'login_fallback' => false, // Set to true.
302+
```

0 commit comments

Comments
 (0)