Simple FB Connect D8

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a port to Drupal 8 for the Simple FB connect module - https://www.drupal.org/project/simple_fb_connect
Simple FB Connect is a Facebook Connect LOGIN/REGISTRATION for Drupal Sites.

Simple FB Connect allows users to register & login with FB, their profile pic can be synced to their Drupal account

Username Reminder

Component type

module

Categories

Maintenance status

Development status

Downloads

1299

Component created

Component changed

Users sometimes forget their usernames. Username Reminder provides a form for requesting a username reminder, which is linked from the user login block and the user page. A user who has forgotten their username can enter their e-mail address into the form, and if it matches an active account, the account username is e-mailed to the e-mail address.

Userpoints Mass Update

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This simple module allow you to update users points for multiple users at once.

  1. Upload a csv file, with the following columns: uid and/or emails, points and reason.
  2. Press apply to grant points to all the users specified in the CSV file

Users that cannot be found are displayed on the web site.

Reservations: CiviCRM Membership Check

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module addresses a limitation in the common configuration that uses the CiviCRM Membership Role Synchronization module to limit which users can create new Reservations. While using CiviCRM Membership Role Synchronization and CiviCRM Group Role Synchronization work well to remove the ability to create Reservations, it does nothing to prevent users from making several reservations in the future after their membership expires.

Secure forms

Component type

module

Maintenance status

Development status

Downloads

376

Component created

Component changed

Some forms in Drupal core pose security concerns - for example, the password reset form displays an error message when a username/email address does not exist in the system. This means that valid usernames can be enumerated through the use of the reset password form.

Currently, this module secures the password reset form by overriding core's validation handlers and performing the same steps but instead of setting an error, simply redirecting and displaying a message as if the submission was a success.

Mailmute

Component type

module

Maintenance status

Development status

Downloads

656

Component created

Component changed

Synopsis

Mailmute introduces a per-user send state, which is either muting or not. Anytime mail is sent from the website to a user, the send state of the recipient is considered in order to suppress it if it is muting. If the Simplenews newsletter module is enabled, the send state is also applied to Simplenews subscribers.