(01-08-2023, 04:33 PM)joebordes Wrote: The important part of the update SQL indicated by Ranieri is `failed_login_attempts=0`, you have to set that field to 0 for the user that is blocked. If you have another admin user that you can login in as you can edit the admin user's preferences and set that field to 0. That is how you would do it for any normal user.
you can also run this script: https://github.com/tsolucio/corebos/blob/master/cron/UnblockLoginUsers.service
or the first SQL that is there
thank you ..
the problem was fixed thanks to your reply
(01-08-2023, 02:04 PM)rslemer Wrote: Hi
try this --> https://corebos.com/docs_grav/knowledge-base/faq#how-can-i-reset-the-admin-user-password
thank you