Skip to content

Conversation

@CHCCD
Copy link
Contributor

@CHCCD CHCCD commented Feb 11, 2025

Users Management Advanced search is need the fix.

Users Management Advanced search is need the fix.
@mambax7
Copy link
Collaborator

mambax7 commented Feb 11, 2025

What was the problem? How can reproduce the problem, so I can test the solution?

@CHCCD
Copy link
Contributor Author

CHCCD commented Feb 11, 2025

Hi,I need fix the file
\htdocs\modules\system\admin\users\main.php
On the page https://XOOPS/modules/system/admin.php?fct=users
click Advanced search
Can not find user.
Because the input name="username" but in line 491 is Request::getString('user_uname');
And line 669:if (Request::hasVar('user_name_match')) {
need change: if (Request::hasVar('user_lastlog_more','POST')) {
This part should check the variable user_lastlog_more instead
And line 670、679、680
Finally, on line 831, we need to decide whether to use name="user_uname" or name="username"

@mambax7 mambax7 merged commit 8092274 into XOOPS:master Mar 10, 2025
4 checks passed
@mambax7
Copy link
Collaborator

mambax7 commented Mar 10, 2025

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants