Malcon Member
@mcambronero · Joined 5 years ago · 11 posts · 2 topics · 1 reputation
Badges
Recent posts
-
Send email after login with one-time-login plugin
· 5 years ago
In my case I use the second solution and works, but I also found this article and I think is a better way to do it: Plugin Prioritization | Grav Documentation (getgrav.org)
-
Send email after login with one-time-login plugin
· 5 years ago
Thanks you so much for all your help, this is the solution.
-
Send email after login with one-time-login plugin
· 5 years ago
I will Check, thanks!
-
Send email after login with one-time-login plugin
· 5 years ago
Yes I am sure its works when I use in console and also in login plugin
-
Send email after login with one-time-login plugin
· 5 years ago
Its a really long one. But is actually the same as the picture. [2021-03-05 15:41:12] grav.CRITICAL: Identifier "Email" is not defined. - Trace: #0 /var/www/vhosts/myweb.com/httpdocs/user/plugins/logi
-
Send email after login with one-time-login plugin
· 5 years ago
Also say that in my code I receive more parameters than just the username and the token, everything else is working, is just the part with the comments where send email.
-
Send email after login with one-time-login plugin
· 5 years ago
Hello everyone, I tried to reply in my original post, but I cant. I try to implement a way to send a email after somebody use the one time login plugin, I modified the plugin to keep the token, so I c
-
Send email after login
· 5 years ago
In mi case the solution was a misspelling where I put the $to variable, in another case now I tried to set the same in the one-time-login plugin, where I copy the code: $to = '[email protected]';
-
Send email after login
· 5 years ago
Ok I tested and is working, the email is send and received. To be more especific: in the /user/plugins/login/login.php file and in the: public function userLoginAuthenticate(UserLoginEvent $event) i
-
Send email after login
· 5 years ago
Hello, yes the plugin has a section but when I copy that code and chance with the values that I need, send me an error: I dont know if the way I doing is the right way.