Label scanner module scans webform labels for specific words and sends/displays a report or a notification in the UI if a webform label contains any of the specified words (referred to as *restricted words*).
The site administrator can configure:
* The list of of words to scan for.
* Notification method: either email or message displayed in UI (in the webform edit UI).
* Scanning method (drush, cron, at time of creation/modification of webform component).
This module was implemented to verify that the information collected through webforms respects confidential information policies. It was intended to scan existing webforms and newly created ones and send notifications to inform administrators of webforms which collect confidential data such as credit card number, social insurance number (SIN) or birth date... But this module can be used for other purposes.
For Installation, Configuration and Usage documentation see the README file.
This module is aimed at developers and provides the structure required to generate, store, validate and invalidate expiring authentication tokens. An authentication token is issued for an account and has a target entity.
The Sidr integration for Drupal allows you to create "trigger" blocks. Clicking on these triggers use jQuery Sidr libraries to slide in/slide out a specified target element. This is very useful for implementing responsive menus and for other things like search filters. All you have to do is create one or more dedicated regions in your theme, say, mobile_menu and then configure a sidr trigger block to toggle it.