• One of the listed Features is “Redirect the user after being successfully authenticated.” But I could find nothing about how to redirect users later in the same manual. Can you provide a simple example?

Viewing 1 replies (of 1 total)
  • Plugin Author tbenyon

    (@tbenyon)

    Hey Leif,

    I agree it’s in the bullet points and I can’t see it in the screenshots.

    I haven’t worked on this project for over 3 years so I’ve forgotten but had a look in the code.

    I found some code I wrote that I believe means there is a setting in the setting area. Probably added after I made the screenshots.

    Reference for myself:

    array(
                            "field_name" => "Redirect Location (External)",
                            "field_description" => "This is the location to navigate to outside of the site.<br>e.g. \"<b>https://www.ads-software.com/plugins/external-login/#reviews</b>\"",
                            "field_slug" => "external_login_option_redirection_location_external",
                            "type" => "text",
                            "required" => false,
                            "conditionals" => array(
                                "and",
                                array(
                                    "condition_field" => "external_login_option_redirection_type",
                                    "condition_field_value" => "external",
                                    "condition_operator" => "="
                                ),
                            )
                        ),

    I believe you’ll find this in the settings area when you install.

    Looks like you get an option to either redirect within your wordpress site or to an external page.

    Let me know if this solves your problem either way ??

    • This reply was modified 9 months, 1 week ago by tbenyon.
Viewing 1 replies (of 1 total)
  • The topic ‘Redirect the User’ is closed to new replies.