nilsteampassnet / TeamPass

Collaborative Passwords Manager
https://www.teampass.net
1.66k stars 540 forks source link

MFA disable - Teampass still need web acces (google) #4219

Open xavierherve opened 3 months ago

xavierherve commented 3 months ago

Discussed in https://github.com/nilsteampassnet/TeamPass/discussions/4218

Originally posted by **xavierherve** June 12, 2024 Hi ! On 3.1.2.45 Teampass, we have issue. If we don't allow web acces, we can't use Teampass. Login go to 504, because of timeout connexion When we reopen web acces (firewall) we can use Teampass. I have disable MFA, but Teampass still try reach Google. We see the trace. So ... We are in trouble because we need to use it without Web acces. If we have Internet issue, we can't use Teampass, that impossible situation in emergency time. Somone can help us ? ![image](https://github.com/nilsteampassnet/TeamPass/assets/172380207/f3272ff6-feb7-44af-bd03-fdfb91b1d3d8)
xavierherve commented 3 months ago

Happen only for admin user. For the other, we can connect without web access.

rokx commented 3 months ago

For the admin part you can do a workaround:

workaround: pages/admin.php change $connected = @fsockopen("www.google.com", 80); // Le site web est google et le port est 80 (HTTP) to $connected = false; // @fsockopen("www.google.com", 80); // Le site web est google et le port est 80 (HTTP)

xavierherve commented 3 months ago

Thx it's working properly now