X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fotp.php;h=1e06603d43f6cfeb764d528c748925f2181bdbd4;hb=307c819089146a83ae3b8f3c21be692cd6297c19;hp=acf84aee814216071c5f8087137997275cf88387;hpb=4afa1ce4f3e9ef7f4939843905cce76e88f9a73f;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); }