You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Force a configurable minimum password length. (#353)
Sets the minimum length of passwords, by default, to 8 characters and allows administrators to set the minimum length via a setting in the Backend.
Credit to @obuchmann. Fixes#373.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,10 @@ By default the User plugin will use the email address as the login name. To swit
145
145
146
146
We can add any other additional fields here too, such as `phone`, `company`, etc.
147
147
148
+
## Password length requirements
149
+
150
+
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.
0 commit comments