[web2py] Re: Admin disabled because too many invalid login attempts

2015-04-15 Thread Massimo Di Pierro
In admin/models/access.py deny_file = os.path.join(request.folder, 'private', 'hosts.deny') allowed_number_of_attempts = 5 expiration_failed_logins = 3600 You can remove/edit the file private/hosts.deny, or increase the number of attempts On Friday, 10 April 2015 23:00:33 UTC-5, Shreyas Pand

[web2py] Re: Admin disabled because too many invalid login attempts

2015-04-10 Thread Shreyas Pandya
same problem here, Anybody? On Sunday, 22 September 2013 22:27:51 UTC+5:30, Pascal wrote: > > Hello mate, > > I forgot the password of the https online admin page of my Web2py > application and I tried several password. > After few attempt it disable the Admin. > Please can you let me know h