Yandex OAuth

Component type

module

Maintenance status

Development status

Downloads

483

Component created

Component changed

Synopsis

  • Authenticates users with their Yandex accounts.
  • Provides a central storage for access tokens.
  • Other modules that provide integration with different Yandex services may require this module to get user's access tokens.

Basically as a site builder you need this module only if another module depends on it. As a developer you may add this module as a dependency of your one if it needs user's Yandex access tokens.

LoginToboggan Reminder

Component type

module

Maintenance status

Development status

Downloads

477

Component created

Component changed

This is a very simple module, to be used alongside LoginToboggan. It places a reminder message at the top of every page for non-verified users, letting them know they are not verified, and must check their emails and click the verification link.

Through a settings page, you can specify to add a "resend email" link to end of the message. You can also change the message, and change the message type (status, warning, error).

Instructions for Use:

Automatic IP ban (Autoban)

Component type

module

Maintenance status

Development status

Downloads

2049

Component created

Component changed

Drupal 8 version

Autoban allows to automatize IP ban using watchdog table by the module rules. Need enable Database logging module (core) and at least one IP Ban Providers submodule: Autoban Core Ban (integrate with core Ban module) and/or Autoban Advanced Ban (integrate with Advanced Ban module.