The Problem
when logging in on Ghost Admin, I get error: “Too many login attempts”
Steps taken
I have done the obviously thing and not log in for some time. I wait 6 hours and than 12 hours and still the error doesn’t go away. Rest assured, the password I am using is correct. I have not reset the password.
I have the Ghost app installed on my Mac and that still works. I suppose it’s already logged in.
iA Writer is where I write and the app is able to publish on my website, so that also works
The issue is only using through the browser. I have tried on different computers and different browsers. I also tried on another app Ulysses which also uses the login method and that doesn’t work.
Thank you, @Olesia!! This config worked for me! (My local install password mysteriously stopped working this morning so I needed to set up local mail and also change this "login retry" setting…)
Note though: I had to delete the trailing comma (I’m on Ghost 5.52, Windlows WSL2 local install) or else Ghost wouldn’t start:
"spam": {
"user_login": {
"minWait": 600000,
"maxWait": 604800000,
"freeRetries": 4
} , <--------------- Needed to kill this trailing comma
}