Layer7 API Management

  • 1.  exceeded max failed logon attempts

    Posted Jan 09, 2017 12:20 PM

    Hi,

    Using API Gateway admin gui, we have exceeded the maximum number of failled logins:

    Getting the message "Admin exceeded max. failed logon attempts".

    Please, is there any way to reset this so we can again login with admin accout ?

    Tks,



  • 2.  Re: exceeded max failed logon attempts
    Best Answer

    Broadcom Employee
    Posted Jan 09, 2017 12:32 PM

    Hi Lugs1,

     

    You can clear the failed attempts with the statement below on MySQL where ssg is your database name and <username> is the user account (ie: admin):

     

    mysql ssg -e "delete from logon_info where login='<username>'"

     

    Regards,

    Joe



  • 3.  RE: Re: exceeded max failed logon attempts

    Posted May 03, 2021 02:08 PM
    Thanks for sharing such nice information. I faced the same issue and followed the given steps. It really worked!!!


    Thanks,
    Syed


  • 4.  RE: Re: exceeded max failed logon attempts

    Posted May 03, 2021 02:31 PM
    Thanks for the information. I faced the same issue and performed the given steps. It really worked.

    Thanks,
    Syed Parvez Zafar


  • 5.  Re: exceeded max failed logon attempts

    Posted Jan 09, 2017 12:37 PM


  • 6.  Re: exceeded max failed logon attempts

    Posted Jan 10, 2017 11:45 AM

    Thanks Doyle and Joe.



  • 7.  Re: exceeded max failed logon attempts

    Posted Jan 18, 2017 03:18 AM

    Is there a way to reset password for version 6.2?

    Could not find admin reset script for this version.