Skip to content

Commit

Permalink
added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Mar 8, 2024
1 parent 706e377 commit 25c7b90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/install/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,11 @@ Set to `true` to restrict user assignments to roles only.

If `true` registration and last login IPs are not logged into users table, instead a dummy 127.0.0.1 is used


#### disableProfileViewsForRegularUsers (type: `boolean`, default: `false`)

If `true` only admin users have access to view any other user's profile. By default any user can see any other users public profile page.

#### minPasswordRequirements (type: `array`, default: `['lower' => 1, 'digit' => 1, 'upper' => 1]`)

Minimum requirements when a new password is automatically generated.
Expand Down

0 comments on commit 25c7b90

Please sign in to comment.