On Mon, Sep 26, 2022 at 10:07 PM Mo <[email protected]> wrote: > Hello, > > on Trac 1.4.2 II have my Admin account locked. It says > ...Account locked, please try again after 26.09.2022 14:50:31. > But if I do so, I just get another time to try again. > > How can I unlock it?
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'; -- Jun Omae <[email protected]> (大前 潤) -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/CAEVLMaj%2BOqDM6OUnhdSRuVmNAdGe4P3jip-9avmpJVbnB9FTtA%40mail.gmail.com.
