Skip to content

Commit

Permalink
fix(documentation): change description for password length requiremen…
Browse files Browse the repository at this point in the history
…ts block (wintercms#23)
  • Loading branch information
pavelmgn authored Dec 1, 2022
1 parent 03daf50 commit 409ba04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ We can add any other additional fields here too, such as `phone`, `company`, etc

## Password length requirements

By default, the User plugin requires a minimum password length of 8 characters for all users when registering or changing their password. You can change this length requirement by going to backend and navigating to System > Users > User Settings. Inside the Registration tab, a **Minimum password length** field is provided, allowing you to increase or decrease this limit to your preferred length.
By default, the User plugin requires a minimum password length of 8 characters for all users when registering or changing their password. You can change this length requirement by going to config/config.php. Inside the file, change the value of the ***minPasswordLength*** parameter to your own.

## Error handling

Expand Down

0 comments on commit 409ba04

Please sign in to comment.