[TikiWiki-commits] [Git][tikiwiki/tiki][27.x] [FIX] Login: Add missing function causing fatal error

"ushindi bienvenu \(@usbbush\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6a886cf8aac01_3818cff461592@gitlab-sidekiq-low-urgency-cpu-bound-v2-8dd7d6497-hhf2z.mail>

ushindi bienvenu pushed to branch 27.x at Tiki Wiki CMS Groupware / Tiki


Commits:
f8236608 by ushindi bienvenu at 2026-08-21T15:13:20+00:00
[FIX] Login: Add missing function causing fatal error
---
* [FIX] Login: Add missing function

See merge request tikiwiki/tiki!11030

- - - - -


1 changed file:

- lib/userslib.php


Changes:

=====================================
lib/userslib.php
=====================================
@@ -9146,6 +9146,12 @@ class UsersLib extends TikiLib
             }
         }
     }
+
+    public function updateLastMFADate($username)
+    {
+        $query = "update `users_users` set `last_mfa_date` = ? WHERE `login` = ?";
+        $this->query($query, [time(), $username]);
+    }
 }
 
 



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/f8236608e81f15792763ab7e42bc1cbf927ca697

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/f8236608e81f15792763ab7e42bc1cbf927ca697
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.