Too many login attempts

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
}

to fix this error: