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

Commit 97a4027

Browse files
authored
Added another tip.
1 parent cbe53bf commit 97a4027

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,3 +571,4 @@ Tips:
571571
- To run the import without logging, use `php artisan adldap:import --log=false`
572572
- To import a single user, insert their username: `php artisan adldap:import jdoe`
573573
- Specifying a username uses ambiguous naming resolution, so you're able to specify attributes other than their username, such as their email (`php artisan adldap:import [email protected]`).
574+
- If you have a password mutator (setter) on your User model, it will not override it. This way, you can hash the random 16 characters any way you please.

0 commit comments

Comments
 (0)