+ Reply to Thread
Results 1 to 2 of 2

Thread: User forgot password, how to reset his tries ?

  1. #1

    User forgot password, how to reset his tries ?

    So a user contacted me that he forgot his password and used his 5 (or maybe it's 3 times) times and are locked out from the site unable to login.

    How can i reset this as an admin ?
    Cant find this feature anywhere
    Classifieds Site: Annonssida
    Other Site: SEO

  2. #2
    There is no option to reset it in current version unfortunately.

    If you have cron job configured login attempts are cleared each time cron runs (supposed to be daily)

    For now you can use one of following sql queries - you need Aвmin Panel >Database page to executes them:

    to delete all login attempts for all users
    Code:
    Only registered members can view the code.

    to delete all login attempts for specific user by ip dont forget to replace 127.0.0.1 with the right ip
    Code:
    Only registered members can view the code.

    to delete all login attempts for specific user by username
    Code:
    Only registered members can view the code.

+ Reply to Thread