anonymous_author
14 sites
Security covered
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".