How to cut down on "180 minutes" for users?

Discussion in 'Troubleshooting' started by chai714, Oct 27, 2016.

  1. chai714

    chai714 New Member

    Joined:
    Apr 28, 2014
    Messages:
    18
    If a user happens to forget their password twice within a short period of time, they get the following message below. How can I adjust this time? I think 3 hours is far too long, even if it's bots trying to get in.
    [​IMG]
  2. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    I am afraid it is not possible to change this time period from admin interface. You can change it in code if necesary. You can edit the following file
    amember/application/default/controllers/SendpassController.php
    find method 'checkLimits' and replace '+3 hours' with '+1 hours'

    Best Regards.

Share This Page