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

Commit 870be68

Browse files
committed
Updated docs with login fallback option
1 parent 6d7a935 commit 870be68

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,3 +283,14 @@ class User extends Model implements AuthenticatableContract, CanResetPasswordCon
283283
protected $hidden = ['password', 'remember_token'];
284284
}
285285
```
286+
287+
#### Login Fallback
288+
289+
> **Note**: Login fallback was added in `v1.3.9`. You'll will need to re-publish the Adldap Auth configuration file
290+
to receive this option.
291+
292+
The login fallback option allows you to login as a local database user using the Eloquent authentication driver if
293+
active directory authentication fails. This option would be handy in environments where:
294+
295+
- You may have some active directory users and other users registering through the website itself (user does not exist in your AD).
296+
- Local development where your AD server may be unavailable

0 commit comments

Comments
 (0)