Anonymous author
9 sites
Security covered
This module allows anonymous users to submit content by adding an anonymous author field to any entity. It captures the user's name, email, and notification preference, optionally sending email alerts for content updates or comments.
Overview
Easily allow anonymous users to post content to your website by adding this field to any entity type and giving the permission to create that entity type or bundle to the anonymous user role. The most typical use-case of this module and the reason why it was initially created is for allowing the creation of forums by unauthenticated users, while requesting their name and email address, and whether they'd like to get notified.
Features
-
Provides an Anonymous Author field type, containing the following values:
- Name
- Get notified
-
If the user requested to be notified, an email is sent upon updates of the entity or comments on it, the content of which can be modified using the provided hooks:
hook_anonymous_author_notification_alterhook_anonymous_author_notification_TYPE_alter
where TYPE is one of "update" or "comment".