Hello @antoonvdr,
I’m glad you’re using the plugin and that you like it.
By your personal request, I added this feature in version 2.1.0.
It’s now available — please update to use it.
However, you need to use a code snippet, which can be added to the functions.php file of your child theme. Here’s an example of the code snippet:
add_filter( 'lgnl_success_login_redirect_url', function( $redirect_url, $link, $key, $request_uri ) {
return 'https://yourwebsite.com/';
}, 10, 4 );
If you don’t have direct access to the files, you can use a plugin like Code Snippets to safely add this code without modifying theme files.
We may add this setting in the admin panel in future versions.
If you need any further help customizing this, feel free to message me at denis@denisaleman.com.
Thanks again for your feedback!