• Hi there,
    I wanted to ask if there is a way to use this amazing plugin to log in to something other than WordPress or really just make it look like you’re logging into something else.

    Here is an example:
    capatacpa.com — if you look at the top right you see “Client Login” all that does is give you a username/password field on their site, that logins you to another website.

    Is there any way of making this plugin do that?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Max K

    (@kaminskym)

    Hi,

    Sorry for the late reply

    The one thing that you can do – add your custom login processing before the plugiun:

    add_action(‘wp_ajax_nopriv_lrm_login’, array(‘YOUR_CLASS’, ‘YOUR_FUNCTION’), 9);

    And check code in class-ajax.php how to process.

    Regards, Max

Viewing 1 replies (of 1 total)
  • The topic ‘Log in to Another System?’ is closed to new replies.