From: Evan Prodromou Date: Mon, 8 Mar 2010 23:06:21 +0000 (-0500) Subject: an otp is a real login X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0d66dc543d368092de08b49857c67248210d8d84;p=quix0rs-gnu-social.git an otp is a real login --- 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); }