Add a security system to your webspace:
<!-- config/webspaces/<your_webspace>.xml -->
<security>
<system>Website</system>
</security>
Enable community features for your webspace:
# config/packages/sulu_community.yaml
sulu_community:
webspaces:
<webspace_key>: # Replace <webspace_key> with the key of your webspace
from: "%env(SULU_ADMIN_EMAIL)%"
For all configuration options have a look at Customization docs.
Create user roles with the following command:
php bin/console sulu:community:init