Password Backup & Recovery

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The PBR will store passwords in a txt file for backup. Ever had a manager that insisted on collecting all the users'/employees' passwords? Well the PBR module may be for you.

Current options include:

  • Exporting password backups can be all users or by role.
  • Choose fields to include: username, email
  • Export passwords encrypted or in plain text

Please be advised that encrypting passwords rather than hashing them is not best practices for security. Regardless, best efforts have been made to make this module as secure as possible.

Sphinx Search Module

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Ivinco’s Drupal Sphinx search module gives you more relevant search results and high-performance search by employing the Sphinx Search Server. The Sphinx-powered search is super fast even with very large amounts of data.

User Password Reset Link Timeout

Component type

module

Maintenance status

Development status

Downloads

2895

Component created

Component changed

This module provides a Drupal UI method for setting the user password reset link timeout variable (user_password_reset_timeout in D7 and password_reset_timeout in D8). Use cases for changing the value include decreasing the value for security requirements and increasing the value to allow users more time to reset their password.

While you can set this variable in settings.php and with drush vest (see details here), some may find it handy to have a Drupal UI way to make this configuration change.

Auto Captcha

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Module purpose & overview

The main functionality of this module is to automatically add an specific captcha challenge to all the forms in the site where this module is enabled.

Why we created this module?

The idea to create this module was that we always use catpcha for webforms due to a security process on our company and we can save time with this solution and we don't have to care about specific IDs.

Is it Features/Deploy friendly?

Yes, it is. Because it doesn't store any ID or form name.

rsssitename

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Alter the standard rss output to use site name rather than the node creator.

By default the rss feed shows the dc:creator to be the actual username of the person who created the content. This module replaces the name with
the site name. It could easily be extended.