- Issue created by @akoepke
I am the author and maintainer of a new Drupal contrib module called Login Flow → . The goal is to provide a standard API for altering the login behaviour of Drupal, removing the need for multiple modules to modify the same forms in ways that may conflict with each other.
Login Flow is intended for use on sites were visitors will be logging into the site as well as site admins. Different authentication methods can be applied depending on what the plug-in implements (commonly either user role or email domain).
I am contributing some changes that will add support for Login Flow, this is done via adding an Authentication plug-in and associated deriver class. The only change to existing code is for the user logout controller, the call to user_logout is only performed if Login Flow is not loaded.
Active
3.0
Code