Open lblantana opened 5 months ago
I also set "Insecure Content" to "allowed" in the site settings in the browser, which made the favicon load, but not the users list, that remains unchanged.
Maybe related to issue #4131 "I dont see any users as administrator". The content of /sources/users.datatable.php is:
// Output
$sOutput = '{';
$sOutput .= '"sEcho": '.(int) $request->query->filter('draw', FILTER_SANITIZE_NUMBER_INT).', ';
$sOutput .= '"iTotalRecords": '.$iTotal.', ';
$sOutput .= '"iTotalDisplayRecords": '.$iTotal.', ';
$sOutput .= '"aaData": ';
if (DB::count() > 0) {
$sOutput .= '[';
} else {
$sOutput .= '';
}
So this already contains the fix described there.
I was able to find a workaround by loading "yunust60/teampass:3.1.1" instead of valterseu/teampass:latest or dormancygrace/teampass:latest. I still see version 3.1.2 in the webinterface, but at least the user list is loading.
@lblantana I have the same issue with the user list, what do You mean by "yunust60/teampass:3.1.1" I cannot find it anywhere on github
the tragic/funy part is that it was working and the user list was wisible on this version 3.1.2.45 just after install but I can not reproduse it any more
@lblantana I have the same issue with the user list, what do You mean by "yunust60/teampass:3.1.1" I cannot find it anywhere
I tried this source for an empty test-installation but ultimately went back to the "original" source because I didn't want to use some untrusted provider for this critical application. Either way I got the user list to load after going back to the original source for the teampass container, which may have just been due to cleaning up remnants of existing deployments. I don't have a clear idea why the problem stopped and it was working then, but we encountered so many other broken parts that we decided that this version was fundamentally not workable and are still looking for an alternative.
@lblantana so what version do You work on if You do ? I am trying to update from version 2.1.27.36 and things seem to work except the user list I did try versions 3.1.2.45 ; 3.1.2.12 with no luck and then 3.1.1.26 and 3.1.1.74
@JanuszU We decided that the currently available v3 versions had so many issues that made the software unusable that we put off switching to v3 entirely for now and are waiting for another 6 months or so before we revisit it and give it one last shot. If the problems aren't fixed by then we will look at proprietary offerings.
Hello @nilsteampassnet , do You have any idea why the user list does not show ? any ideas how to debug ?
Hi Guys, I'm having the same problem. I was able to configure LDAP, but the list of users is not shown. When I click on update list, it just keeps loading.
My version is 3.1.2.134 I recently installed
@nilsteampassnet , Can you help? Tranks
Hi Guys, I'm having the same problem. I was able to configure LDAP, but the list of users is not shown. When I click on update list, it just keeps loading.
My version is 3.1.2.134 I recently installed
@nilsteampassnet , Can you help? Tranks
Could anyone help?
I had already tried other things. I hadn't done that yet. I managed to solve the problem. In the settings the URL was http but I was accessing it with https. I changed from HTTP to HTTPS and was able to list the users. Thanks.
In addition to the issue described below, I am unable to pull the 3.1.1 version via docker as "latest" gives me version 3.1.2.45 instead for which I find no documentation.
Page on which it happened
/index.php?page=users
Steps to reproduce
Expected behaviour
User list appears
Actual behaviour
User list remains empty
Server configuration
Operating system: Linux d0ca94eee458 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
Web server: Apache
Database: 10.11.6-MariaDB
PHP version: 8.3.6
Teampass version: 3.1.2
Teampass configuration file:
Updated from an older Teampass or fresh install: Fresh install
Client configuration
Browser: - Chrome, Edge,
Operating system: - bits Windows Server
Logs
Web server error log
Teampass 10 last system errors
Log from the web-browser developer console (CTRL + SHIFT + i)
Insert the log here and especially the answer of the query that failed.