Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Currently it requires custom code and workarounds to allow anonymous users to interact with a Drupal site. There is no API to handle anonymous users.

In case of the core Comment module we have to make use of ugly use-case specific implementations to allow anonymous users to post comments: There are specific properties on the comment entity that are only required by anonymous users which hold the e-mail address, name, homepage, etc.

We should get rid of that stuff.

Project information