X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fotp.php;h=1e06603d43f6cfeb764d528c748925f2181bdbd4;hb=ad651c35353021d05ef4a013e57c17d0b885c5dc;hp=acf84aee814216071c5f8087137997275cf88387;hpb=8809e577b2c8cf1b8b187840aaf9674136929ec7;p=quix0rs-gnu-social.git diff --git a/actions/otp.php b/actions/otp.php index acf84aee81..1e06603d43 100644 --- a/actions/otp.php +++ b/actions/otp.php @@ -126,6 +126,8 @@ class OtpAction extends Action $this->lt->delete(); $this->lt = null; + common_real_login(true); + if ($this->rememberme) { common_rememberme($this->user); }