gpal_pre_auto_login
Description
Do something before the user is automatically logged in.
Usage
add_filter( 'gpal_pre_auto_login', 'my_custom_function' );
Parameters
user_id string
ID of the user that’s about to be logged in.
password string
@password Deprecated User’s password. Always set to null as of GPAL 2.0
Since
This filter is available since Gravity Forms Auto Login 1.2.4.