• I see that today you have it just working! Congrats! Today I was looking for it ??

    Is it possible to make public the generate_url method?

    I need to generaty directly the URL without sending mail but it’s not possible because it’s a private method.

    That’s what i’m doing and it works fine if I change the method to public:

    $magicLogin = new \MagicLoginMail();
    // Test generation url:
    echo $magicLogin->generate_url($myMail);

    Thanks!!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Good plugin!’ is closed to new replies.