[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Undefined array key "user"

Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <695002225a6e2_2a7e721460682@gitlab-sidekiq-low-urgency-cpu-bound-v2-587dc6b794-2v542.mail>

Benoit Grégoire pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
b26d4f90 by Merci Jacob at 2025-12-27T15:50:24+00:00
[FIX] Undefined array key "user"
---
* [FIX] Undefined array key "user"

See merge request tikiwiki/tiki!9278

- - - - -


1 changed file:

- tiki-login.php


Changes:

=====================================
tiki-login.php
=====================================
@@ -634,7 +634,7 @@ if ($isvalid && ($isOpenIdValid || $access->checkCsrf(null, null, null, null, nu
             http_response_code(401);
             $smarty->assign('error_login', $error);
             $smarty->assign('mid', 'tiki-login.tpl');
-            $smarty->assign('error_user', $_REQUEST["user"]);
+            $smarty->assign('error_user', $requestedUser);
             $smarty->display('tiki.tpl');
             exit;
 



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

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/b26d4f90ada57019a88586d4e6c2e35edde5831a
You're receiving this email because of your account on gitlab.com.

_______________________________________________
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.