Yammer initially launched as micro blogging service and soon evolved to emerge as a full-fledged enterprise social network. It facilitates organization’s co-worker to discuss ideas or on-going projects with colleagues and experts.
The yammer feeds module provides access to yammer messages using OAuth authentication. It pulls yammer feeds from a particular network and displays them in a Drupal block.
Pincode Login module provides the ability to log in using only a 4 digit pin code.
This is made possible through the use of Drupals external login API.
Pincode Login provides functionality to:
- Automatically create Users, with a unique pincode.
- Logging in to a site using previously generated pincode.
Functionality for creation of pincode users is exposed through the Rules module (http://drupal.org/project/rules).
Alternatively the pincode_login_register($username, $mail) function can be used in a module or php snippet.
The pincode login module does not provide any out of the box rule sets or gui for the creation of users and distribution of pincodes, as this logic will vary greatly depending on each use case.
Functionality for logging in is provided through a login page or a block.
Reviser is an inline wysiwyg editor, meaning you can edit the node body content without going to the edit page. Just click anywhere on the node body and start editing.