Jun Omae schrieb am Montag, 26. September 2022 um 16:19:15 UTC+2: > If you're using AccountManagerPlugin, try to delete 'failed_logins' > record in session_attribute table for the admin account. > > DELETE FROM session_attribute > WHERE sid='<username>' AND authenticated=1 AND name='failed_logins'; >
I tried that, but after next login it was locked again. So I guessed my password is wrong, I triggered "Forgot password" and got a new one via email. Now after Login I always get "502 Bad Gateway" on the /login URL after entering Login and Password applying. This only affects my account, other accounts are working. I double checked with my account on a different machine... Could it be that my account is broken somehow after resetting the password? Trying with a wrong password I get the usual "Locked, try again later..." dialog, so it seems only the right password leads to "502 Bad Gateway". Looking at the session_attribute table I still see failed_logins_count 8 lock_count 6 failed logins ..... (which I also deleted several times) force_change_passwd 1 ... Any idea how to solve that? Best regards, Mo -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/2db2f96e-4a38-42f9-bca6-2229e93a118dn%40googlegroups.com.