Skip to content
On this page

Users ​

Configure the defaults for users.


Default:

php
'users' => [
    'requireValidation' => true,
    'baseRole' => 'general-user'
]

requireValidation ​

This indicates if you want users to validate their email address when creating an account or not.

baseRole ​

Sets the base role for all regular users.

Released under the MIT License.