Skip to content

Commit 82eaa75

Browse files
committed
Fix docs.
1 parent cdc981e commit 82eaa75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
Laravel aims to make implementing authentication very simple. In fact, almost everything is configured for you out of the box. The authentication configuration file is located at `app/config/auth.php`, which contains several well documented options for tweaking the behavior of the authentication facilities.
1717

18-
By default, Laravel includes a `User` model in your `app/models` directory which may be used with the default Eloquent authentication driver. Please remember when building the Schema for this Model to ensure that the password field is a minimum of 60 characters.
18+
By default, Laravel includes a `User` model in your `app/models` directory which may be used with the default Eloquent authentication driver. Please remember when building the Schema for this Model to ensure that the password field is a minimum of 6 characters.
1919

2020
If your application is not using Eloquent, you may use the `database` authentication driver which uses the Laravel query builder.
2121

0 commit comments

Comments
 (0)