unblock admin account - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: unblock admin account (/showthread.php?tid=2534) |
unblock admin account - guri160 - 01-08-2023 hi' i have got this message : Maximum number of login attempts reached. Contact your administrator to unblock your account User Name admin Password •••••••••••• how can i unblock my account ? thanks for quick answering RE: unblock admin account - rslemer - 01-08-2023 Hi try this --> https://corebos.com/docs_grav/knowledge-base/faq#how-can-i-reset-the-admin-user-password RE: unblock admin account - joebordes - 01-08-2023 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 RE: unblock admin account - guri160 - 01-09-2023 (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. thank you .. the problem was fixed thanks to your reply (01-08-2023, 02:04 PM)rslemer Wrote: Hi thank you |